简体   繁体   English

在jboss应用程序服务器中部署Java应用程序

[英]Deploying java application in jboss application server

I have a java application which I was running using tomcat server. 我有一个使用Tomcat服务器运行的Java应用程序。 Now I need to run the same application in jboss server.I am new to jboss, I tried deploying war file in jboss but not able to do so. 现在我需要在jboss服务器中运行相同的应用程序。我是jboss的新手,我尝试在jboss中部署war文件,但无法这样做。

I don't know what changes needs to be done for application to run on jboss. 我不知道需要什么更改才能使应用程序在jboss上运行。 Any one please guide me. 任何人都可以引导我。

Thank you. 谢谢。

An obvious answer would be Read The Friendly Manual. 一个明显的答案是“阅读友好手册”。

You can configure JBoss to autodeploy files in the standalone/deployed/ directory for example, you can also use the maven-jboss7 plugin to handle deployment from maven. 例如,您可以将JBoss配置为自动部署standalone/deployed/目录中的文件,也可以使用maven-jboss7插件来处理从maven进行的部署。

I'm sure the jboss community forums have plenty of examples. 我确信jboss社区论坛中有很多例子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM