将应用程序从 JBoss AS 迁移到 Tomcat

发布于 2024-11-18 15:10:42 字数 115 浏览 0 评论 0原文

我正在尝试将基于 Spring 的 Web 应用程序从 JBoss 迁移到 Tomcat。 Web应用程序使用Spring框架、JPA、JSF,后端为oracle。

迁移此应用程序时需要注意哪些事项?

I am trying to migrate a Spring based web application from JBoss to Tomcat. The web application uses Spring Framework, JPA, JSF, with oracle being the back end.

What are the things which I have to focus on when migrating this application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱你是孤单的心事 2024-11-25 15:10:42

JBoss AS 应该为您提供一个已经集成、配置、测试和调整库和框架的环境。

如果你真的要放弃,你必须专注于所有这些:

添加所有库、同步它们冲突的版本、单独配置它们、使用一些 IoC 框架编织它们等等。

我知道这个答案已有 2 年历史,但我强烈建议您查看 JBoss AS 7 / JBoss EAP 6 比 5 更容易配置和维护,占用的内存少得多,启动只需几秒钟。我将应用程序从 Tomcat 迁移到 JBoss AS 7,现在使用 WildFly 10.1.0。

JBoss AS is something which should provide you an environment where the libraries and frameworks are already integrated, configured, tested and tuned.

If you're really going to give that up, you'll have to focus on all of that:

Adding all libraries, syncing their conflicting versions, configure them separatedly, weave them using some IoC framework, etc etc.

I know this answer is 2 years old, but I'd strongly recommend to look at JBoss AS 7 / JBoss EAP 6, which is way way easier to configure and maintain than 5, takes lot less memory, boots in few seconds. I migrated my apps from Tomcat to JBoss AS 7, now using WildFly 10.1.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文