1) See this wiki page for getting two JBoss instances running on one machine:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine All the config changes you're making are too painful and mistakes may lead to issues. If your machine has more than one IP, using the -b switch is the recommended approach. 2) If you are using mod_jk, edit /server/nodeX/deploy/jbossweb-tomcat50.sar/server.xml to add the jvmRoute to the Engine element and also edit /server/nodeX/deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml to set attribute UseJK to "true". 3) Your web.xml and jboss-web.xml seem fine. Get rid of the replication-type element in jboss-web.xml; it's not used anymore although I don't think it does any harm. 4) Try it out and see if it works. 5) If not, edit deploy/tc5-cluster-service.xml and set loopback=true there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934981#3934981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934981 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
