> From: JLucas ZB [mailto:[EMAIL PROTECTED]
> Subject: Re: Rebuilding Tomcat from sources
>
> Where can I get tomcat-dbcp.jar, which URL ?  (to rebuild
> tomcat, i had to retrieve it from the binary distrib.)

Look in the build.xml and build.properties.default files for source locations.  
You'll see that tomcat-dbcp.jar is actually constructed from several commons- 
sources: collections, pool, and dbcp.  The default locations of each are under 
http://archive.apache.org/dist/commons:

collections/source/commons-collections-3.2-src.tar.gz
pool/source/commons-pool-1.4-src.tar.gz
dbcp/source/commons-dbcp-1.2.2-src.tar.gz

Since you can't run the ant download target in your environment, you can do the 
downloads manually, then run the ant build-tomcat-dbcp target to construct the 
.jar file.  Look at lines 676 and following (that's for 6.0.16, may be 
different in 6.0.14) in the build.xml script.

 - 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]

Reply via email to