Hi, Just one of many variants. Copy it to another directory under webapps and if connection to database is configurable from web.xml then change the configuration. If connection parameters are hardcoded then you need to change the code (I'd suggest to make it configurable)
Anton > -----Original Message----- > From: Deep Singh Bhau [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 10:42 AM > To: Tomcat Users List > Subject: RE: how to run multiple instances of a single > application on a single tomcat. > > > Im stuck here.. someone please help me out.. > > > -----Original Message----- > From: Deep Singh Bhau > Sent: Tuesday, February 12, 2002 12:21 PM > To: [EMAIL PROTECTED] > Subject: how to run multiple instances of a single application on a > single tomcat. > > Hi > > I'm new to this mailing list. Could anyone please tell me how to run > multiple instances of application on a single tomcat. For example I have > a application A which connects to a Database X. All I want is that the > second instance of Application A should connect to a Database B. > > Regards, > Deep > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
