Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 tomcat 服务器运行的 java 应用程序。现在我需要在 jboss 服务器中运行相同的应用程序。我是 jboss 的新手,我尝试在 jboss 中部署 war 文件但无法这样做。
我不知道要在 jboss 上运行应用程序需要做哪些更改。任何人请指导我。
谢谢你。
一个明显的答案是阅读友好手册。
例如,您可以将 JBoss 配置为自动部署目录中的文件standalone/deployed/,还可以使用 maven-jboss7 插件来处理来自 maven 的部署。
standalone/deployed/
我相信 jboss 社区论坛有很多例子。