Re: Tomcat 6 and placing jars in $CATALINA_HOME/lib

2008-03-26 Thread Alan Chaney
ependent. There are other solutions to the time of uploads. Thanks Caldarale, Charles R wrote: From: Alan Chaney [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 and placing jars in $CATALINA_HOME/lib Is there any reason why these jars (and their dependencies) should not be placed in $CATALINA_

RE: Tomcat 6 and placing jars in $CATALINA_HOME/lib

2008-03-26 Thread Caldarale, Charles R
> From: Alan Chaney [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6 and placing jars in $CATALINA_HOME/lib > > Is there any reason why these jars (and their dependencies) > should not be placed in $CATALINA_HOME/lib? The primary reason not to lump everything in one basket is weba

Tomcat 6 and placing jars in $CATALINA_HOME/lib

2008-03-26 Thread Alan Chaney
We are using tomcat 6.0.16 with a jdk 1.6. I have a number of web applications which use, for example, spring and hibernate. Is there any reason why these jars (and their dependencies) should not be placed in $CATALINA_HOME/lib? It would save a lot of time uploading new releases of my own applic