RE: Where to place JNDI sections for customer deployment

2006-02-17 Thread Tim Lucia
here: http://tomcat.apache.org/tomcat-5.5-doc/config/globalresources.html Tim > -Original Message- > From: Darren [mailto:[EMAIL PROTECTED] > Sent: Friday, February 17, 2006 7:15 PM > To: Tomcat Users List > Subject: Re: Where to place JNDI sections for customer deployment

Re: Where to place JNDI sections for customer deployment

2006-02-17 Thread Darren
dding the xml fragments (you can ship) to server.xml themselves. Tim -Original Message- From: Darren [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 11:00 AM To: users@tomcat.apache.org Subject: Where to place JNDI sections for customer deployment Hi, I am running Tomcat

RE: Where to place JNDI sections for customer deployment

2006-02-17 Thread Duan, Nick
ing coding change in the web app to retrieve DB resource. ND -Original Message- From: Darren [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 11:00 AM To: users@tomcat.apache.org Subject: Where to place JNDI sections for customer deployment Hi, I am running Tomcat 5.5.9 and would li

RE: Where to place JNDI sections for customer deployment

2006-02-17 Thread Tim Lucia
@tomcat.apache.org Subject: Where to place JNDI sections for customer deployment Hi, I am running Tomcat 5.5.9 and would like to deploy an application (as a war file) to various customers, but I am having trouble finding the best place for JNDI lookups. During development I kept everything inside the war

Where to place JNDI sections for customer deployment

2006-02-17 Thread Darren
Hi, I am running Tomcat 5.5.9 and would like to deploy an application (as a war file) to various customers, but I am having trouble finding the best place for JNDI lookups. During development I kept everything inside the war file and placed my JNDI entries in $WAR/META-INF/ context.xml, b