0 Replies Latest reply on Jul 5, 2005 9:04 AM by email2shailesh

    multi-tenant application with jboss

    email2shailesh

      I have one ear file and separate war file for each instance. I have successfully created multiple instances. Like i can open application with http://domain.com:8080/appname and http://domain1.com:8080/app1name. Then i want to connect to different database using each instance. Now using instance-service.xml i have deployed for each instance but jboss is connecting to only one database.