简体   繁体   English

从 JBOSS-3.3.2 迁移到 JBOSS EAP 7.1

[英]Migration from JBOSS-3.3.2 to JBOSS EAP 7.1

I am in process of migrating one of our web application from JBOSS-3.3.2 to JBOSS EAP 7.1.我正在将我们的 web 应用程序之一从 JBOSS-3.3.2 迁移到 JBOSS EAP 7.1。 As Jboss 3 will not support JDK1.8*.由于 Jboss 3 将不支持 JDK1.8*。 I was instructed to migrate the jboss to latest jboss version available in our repository.我被指示将 jboss 迁移到我们存储库中可用的最新 jboss 版本。

I referred the following link but it confuses me as both the versions folder structures are different.我引用了以下链接,但它让我感到困惑,因为两个版本的文件夹结构不同。

https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html-single/installation_guide https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html-single/installation_guide

One thing I understood is I have to use standalone/deployments folder for my application(war) to be deployed.我理解的一件事是我必须使用独立/部署文件夹来部署我的应用程序(战争)。

In 3.x we have run.jar, run.sh, run.conf.在 3.x 中,我们有 run.jar、run.sh、run.conf。 But in newer versions these are not available instead we have jboss-eap.conf, jboss-eap-rhel.sh but no run.jar any where.但在较新的版本中,这些不可用,而是我们有 jboss-eap.conf、jboss-eap-rhel.sh 但在任何地方都没有 run.jar。

Is there any guide or steps available to be followed for migration.是否有任何可用于迁移的指南或步骤。

I was not able to find in google.我无法在谷歌中找到。

In the latest JBoss EAP, you have to start the JBoss EAP server using standalone.sh (for standalone mode) or domain.sh(for domain mode) file.在最新的 JBoss EAP 中,您必须使用 Standalone.sh(用于独立模式)或 domain.sh(用于域模式)文件启动 JBoss EAP 服务器。

The.sh file is located under $JBOSS_HOME/bin directory. .sh 文件位于 $JBOSS_HOME/bin 目录下。

For configuration, you can configure using standalone.conf or standalone.xml file in standalone mode and for domain mode, you have to add configuration inside domain.xml file.对于配置,您可以在独立模式下使用standalone.conf 或standalone.xml 文件进行配置,对于域模式,您必须在 domain.xml 文件中添加配置。

For migration please refer to the official document.迁移请参考官方文档。

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

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