> 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 individual webapps. Each webapp is normally deployed in its own directory under the <Host> appBase (typically $CATALINA_HOME/webapps). > 1.) Does it work to create a war file from my services webapp > and put it into the lib directory? Is this the way to go? No. > 2.) Furthermore: Where do I start with my JSP/JSF view > webapp? I assume I have to access the SessionFacade somehow. > I will have to access the logic web app from within my view-webapp. If your "logic" webapp is just that - no presentation capabilities - then it's not really a webapp, is it? Sounds like you haven't really thought through the application architecture here. This may well be more of a Spring topic than a Tomcat one. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]