RE: Using shared Spring Webapp in Tomcat 6

2007-06-15 Thread Caldarale, Charles R
> From: Kevin Wilhelm [mailto:[EMAIL PROTECTED] > Subject: Re: Using shared Spring Webapp in Tomcat 6 > > I understand it makes no sense to share a whole webapp in Tomcat. Still not clear on what you mean by "share a whole webapp". By definition (the servlet spec), weba

Re: Using shared Spring Webapp in Tomcat 6

2007-06-15 Thread Kevin Wilhelm
main webapp will do that)... all following calls shall be able to access the factory. - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, June 15, 2007 12:08 AM Subject: RE: Using shared Spring Webapp

RE: Using shared Spring Webapp in Tomcat 6

2007-06-14 Thread Caldarale, Charles R
> From: Kevin Wilhelm [mailto:[EMAIL PROTECTED] > Subject: Using shared Spring Webapp in Tomcat 6 > > For Tomcat 6 there is a folder called "$CATALINAHOME/lib" > that is said to be used for that kind of stuff. No, the $CATALINA_HOME/lib directory is for classes common to all webapps, not any in