Hi,
I am just trying to build tomcat for the first time. I have jdk 1.6.0.03-b05
and ant 1.7.0 and I am using the source download 6.0.18. This is on windows xp.
I am following the steps from :
http://tomcat.apache.org/tomcat-6.0-doc/building.html
Following is the error extract.
Thank you,
Fu-Tung Cheng wrote:
Hi,
I am just trying to build tomcat for the first time. I have jdk 1.6.0.03-b05
and ant 1.7.0 and I am using the source download 6.0.18. This is on windows xp.
You can't build Tomcat on a 1.6 JDK due to a dbcp incompatibility (to be
fair to commons, Sun broke the API)
With the 3 known security vulnerabilities in 5.5.26, when will 5.5.27
be scheduled for release?
http://tomcat.apache.org/security-5.html
I am particularly worried about CVE-2008-2370 myself.
I would rather not have to go through and completely test 6.0.18 which
has been released and has the 3 kn
Hi Mark,
Thanks for the help using the 1.5 jdk worked.
Could the building instructions be updated or would jdk 1.6 work for build.xml
just not extras.xml?
http://tomcat.apache.org/tomcat-6.0-doc/building.html
>>Download a Java Development Kit (JDK) release (version 1.5.x or later)
Fu-Tung
-
this has been done!
Mohn, Robert wrote:
When will release 6.0.18 be published to the maven repositories?
Thanks,
-Rob
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I am trying to follow the log4j setup for tomcat found here:
http://tomcat.apache.org/tomcat-6.0-doc/logging.html
I built the extras and replaced the jar files as directed but now I get an
exception at startup:
The stack trace follows. In general though the problem appears to be that the
extr
I figured out the issue.
I needed to run the normal ant before ant -f extras.xml.
Thanks,
Fu-Tung
--- On Tue, 8/5/08, Fu-Tung Cheng <[EMAIL PROTECTED]> wrote:
> From: Fu-Tung Cheng <[EMAIL PROTECTED]>
> Subject: overwrite bin/tomcat-juli.jar with extras/tomcat-juli.jar results in
> ClassNotF