I'm using TomCat as a web server. My question is....what is the best way to
setup mutiple web services on Tomcat. My application hits DB1 and I would
like to set up another web service, same java code (war) but hitting a
different database. Could I simple create another .war file for the second
database and put another Resource entry in in the server.xml and context.xml
to locate database 2? I'm using JNDI, so I gether I would have to add
another ResourceLink in context.xml. Any advice regarding this is
appreciated.
-- 
View this message in context: 
http://www.nabble.com/Configure-Multiple-Web-Services-tf3403150.html#a9477888
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to