Tuesday, March 11, 2014

JBOSS AS 7 JMS

Hi Guys ,

I am going to set up Jboss AS 7 using Eclipse Kepler .

First of all you need to downlaod Jboss Developer Studios for Eclipse Kepler .

You need to create a server and all that basic steps that everyone knows .

If you are using JBOSS AS 7 for the first time and if you are an overconfident JBOSS 5 user , then be prepared you might face some difficulties .

Eclipse , by default will set up Program argument for server as

-mp "D:/software/jboss-eap-6.2.0/jboss-eap-6.2/modules" -logmodule org.jboss.logmanager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -b localhost -c standalone.xml

You need to change it to

-mp "D:/software/jboss-eap-6.2.0/jboss-eap-6.2/modules" -logmodule org.jboss.logmanager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -b localhost -c standalone-full.xml

Remember you can start JBOSS using standalone.xml also but messaging will not be visible and hornetq server for messaging will not be started .


No comments:

Post a Comment

ec2-user@ec2 Permission denied