Anil- If you follow the ClassLoader how to from TC6 located at http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html For TC6 I would'nt config 'shared' in your build.xml but instead configure for 'common'
HTH Martin-- --------------------------------------------------------------------------- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confidential and exempt from disclosure. If you are not the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------------- Le présent message électronique (y compris les pièces qui y sont annexées, le cas échéant) s'adresse au destinataire indiqué et peut contenir des renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. ----- Original Message ----- From: "Anil Philip" <[EMAIL PROTECTED]> To: "Tomcat Users List" <users@tomcat.apache.org> Sent: Sunday, March 25, 2007 7:03 PM Subject: Re: where is "\common\endorsed" in Tomcat 6.0? build.xml error > How should I modify build.xml - should I simply remove > these lines or what is their new location? > http://tomcat.apache.org/tomcat-6.0-doc/appdev/build.xml.txt > > <!-- Include all elements that Tomcat exposes to > applications --> > <pathelement > location="${catalina.home}/common/classes"/> > <fileset dir="${catalina.home}/common/endorsed"> > <include name="*.jar"/> > </fileset> > <fileset dir="${catalina.home}/common/lib"> > <include name="*.jar"/> > </fileset> > <pathelement > location="${catalina.home}/shared/classes"/> > <fileset dir="${catalina.home}/shared/lib"> > <include name="*.jar"/> > </fileset> > > > thanks, > Anil > > --- [EMAIL PROTECTED] wrote: > >> it really doesn't help you out any now but there >> used to be a "common" folder contained in the Tomcat >> installation under the "lib" folder but they >> apparently decided to do away with it for some >> reason! >> >> >> ----- Original Message ---- >> From: "Caldarale, Charles R" >> <[EMAIL PROTECTED]> >> To: Tomcat Users List <users@tomcat.apache.org> >> Sent: Sunday, March 25, 2007 7:48:18 AM >> Subject: RE: where is "\common\endorsed" in Tomcat >> 6.0? build.xml error >> >> >> > From: Anil Philip >> [mailto:[EMAIL PROTECTED] >> > Subject: where is "\common\endorsed" in Tomcat >> 6.0? build.xml error >> > >> > Where is "\common\endorsed" in Tomcat 6.0? >> >> By default, there isn't one in 6.0. If you want to >> change 6.0 to act >> like 5.5 in this regard, add the necessary directory >> to the >> common.loader line in the conf/catalina.properties >> file. >> >> > There is a build.xml file >> > >> > http://tomcat.apache.org/tomcat-6.0-doc/appdev/build.xml.txt >> >> Unfortunately, this build.xml has not been updated >> to reflect the >> simpler directory structure for 6.0. >> >> - 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] > > > > > ____________________________________________________________________________________ > Sucker-punch spam with award-winning protection. > Try the free Yahoo! Mail Beta. > http://advision.webevents.yahoo.com/mailbeta/features_spam.html > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >