You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by FAT-BOY <na...@bellsouth.net> on 2007/03/14 17:16:39 UTC

Configure Multiple Web Services

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org