Hi
i'm try to port my application from weblogic 6.1 to Jboss 3.2.In my application i have three server instance running.Plz let me know how this is possible to run more then one instances in Jboss 3.2. my mail address [EMAIL PROTECTED]
Of course, it is possible.
You could use the binding manager to make port configurations easier for all instances. An example is in docs/examples/bindingmanager. You have to activate the binding manager in jboss-service.xml.
You just set up different configurations in $JBOSS_HOME/server and configure the ports in the binding manager xml file and start the different configs by using the parameter '-c' (e.g. bin/run.sh -c myinstance). Easy!
-marek
------------------------------------------------------- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
