Senior |
|
Joined: Tue Feb 08, 2005 5:26 pm Posts: 157 Location: Montréal, Québec - Canada
|
I believe that what they mean is:
You have a classpath for Tomcat that will be shared by every application deployed on tomcat. You can set this classpath on your startup script or you can include jars by copying the to common/lib and/or shared/lib. (Please read Tomcat's documentation if you want the exact details).
There is also a web application classpath (libs within the war file etc.) that is not shared amongst the many webapps that can be deployed on a single instance of tomcat.
I believe the tutorial tries to make a distinction between the two.
I hope that help.
Vincent.
_________________ Vincent Giguère
J2EE Developer
|
|