I don't know if this answers your question, but I was able to get multiple instances of JBoss up and running on my local box. I did it to test some configuration work out for production but it might help you.
I edited the following lines, in these 2 config files. In the jboss-service, I went through and incremented the following attributes by 1000 (they all represented ports, so i moved them up by 1000 to make sure I didn't have conflicts.) WebService : Port Naming Service: Port & RmiPort JRMPInvoker:RMIObjectPort PooledInvoker:ServerBindPort Becuase i wanted them to both run as the same app, but on different ports (Which meant I didn't have to do any config changes inside the deployed EAR, I also moved the tomcat instances to a different port) Default instances ran on 8080, so I moved the "All" instances to 9080 Change the server.xml file and move the port attributes (in the top element or two) or what ever port you want them to point to. After that, I was able to have either one run without a problem. You could probably also control how the user accesses it easier by doing these changes, and then playing with the DNS entries. Hope it helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882836#3882836 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882836 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
