AW: AW: Setting Context Path of Webapp as Root on Tomcat 5.5.3

2004-11-05 Thread Nick Pellow
specify my webapp to use the root context path in the application.xml file. On Fri, 5 Nov 2004 13:00:15 +0100, Nick Pellow [EMAIL PROTECTED] wrote: Hi Jojo, I wanted to do the same as you. I got it to work, when the context path is the empty string . ie. Context path= docBase=myrootapp.war What

META-INF/context.xml not overwriting Catalina/localhost/webapp.xml after redeploy.

2004-11-05 Thread Nick Pellow
Hi, I am using a META-INF/context.xml in each of my webapps to define Resource-Links to global resources defined in my server.xml. (Tomcat 5.0.28) Upon the initial deployment of the war, tomcate creates a copy of this context.xml under $CATALINA_HOME/conf/[enginename]/[hostname]/ called

AW: META-INF/context.xml not overwriting Catalina/localhost/webapp.xml after redeploy.

2004-11-05 Thread Nick Pellow
am using a warfile, however, it does get expanded to the webapps directory, so there is also an open filesystem. Should my docbase be pointing to the .war in my context.xml, and not the directory? -Original Message- From: Nick Pellow [mailto:[EMAIL PROTECTED] Sent: Friday 05 November

DBCP Pooling loggin

2004-11-04 Thread Nick Pellow
Hi, Under tomcat 5.0, what is the best way to configure logging for commons-DBCP? Can this be done using log4j? Cheers, Nick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: DBCP Pooling loggin

2004-11-04 Thread Nick Pellow
Thanks Yoav. -Ursprungliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. November 2004 16:39 An: Tomcat Users List Betreff: RE: DBCP Pooling loggin Hi, Under tomcat 5.0, what is the best way to configure logging for commons-DBCP? Can this be done

AW: {an alternative}Re: connection pooling

2004-11-04 Thread Nick Pellow
HI Eric, I have seen the same error your are getting. I am using tomcat 5.0.28. Make sure that you have removed the expanded war directories, from webapps and ${CATALINA_HOME}/work before restarting. Also look inside those other context.xmls inside ${CATALINA_HOME}/conf/Catalina/localhost and

defining .war expanded directory ?

2004-10-26 Thread Nick Pellow
Hi, Is it possible to configure tomcat 5.0.28 to expand the wars it finds in the webapp directory, to another directory? By default, it expands them in the same directoy as the wars. Cheers, Nick. - To unsubscribe,