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]

Reply via email to