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 commo

Using shared Spring Webapp in Tomcat 6

2007-06-14 Thread Kevin Wilhelm
Hello, I am about to finalize some early state Spring web application (just the persistence and logic part). I am using Hibernate to retrieve data from a database. I created the whole logic using the Spring framework; at the top there is a Session Facade providing access to all the services. A