Sunday, July 8, 2018

JBoss local environment setup

JBoss local environment setup
1. Download and install jboss-eap-6.4.0-installer.jar
2. Update standalone.conf.bat, add the below
set "JAVA_OPTS=%JAVA_OPTS%  -Djboss.server.default.config=standalone-full-ha.xml"
3. Verify through http://localhost:8080
4. Stop JBoss, retrieve /opt/jboss/security, standalone-full-ha.xml and CCAuthorizationRealTimeMDB.ear, modules/com to local
Copy the files to your JBoss directory
Update standalone-full-ha.xml, all the items with linux folder /opt/jboss/security
Update urn:jboss:domain:1.8 to urn:jboss:domain:1.7
APPLICATION_LOG_ROOT to C:/Apps/EAP-6.4.0-CC/fromDev/DDR_1000/
5. Check log: C:\Apps\EAP-6.4.0-CC\standalone\log\server.log
   Check log: C:/Apps/EAP-6.4.0-CC/fromDev/DDR_1000/server.log
   Verify MQExplorer that the listener is up

No comments:

Post a Comment