Anyone ever built Tomcat 5.5 from source?



Hi,

For some reasons I need to dig into Tomcat source code. The Tomcat
source comes with an Ant building script "build.xml". In earlier
version (e.g. Tomcat 4.1), there is a "dist" target in "build.xml" for
the developer to distribute files which he built by Ant earlier (see
http://tomcat.apache.org/tomcat-4.1-doc/BUILDING.txt).

However, in Tomcat 5.5 (and also 5.0), there is no such target any more
(see http://tomcat.apache.org/tomcat-5.5-doc/building.html). After
donig all steps, I got only a folder without any executable and there
was even no readme file to tell me where to go on. Anybody knows
what's the follow-up to deploy Tomcat 5.5 after the building steps are
taken?

Thanks a lot!

To-ju.

.



Relevant Pages

  • Re: ServletConfig config object to Servlets init() method
    ... Is Tomcat Source code available for free? ... I recommend you familiarize yourself with remote debugging. ... You can start Tomcat (like any other Java application) with a bunch of cryptic start options ...
    (comp.lang.java.programmer)
  • Re: Tomcat JAAS sample?
    ... In the Tomcat source code and documentation. ... Windows under the directory ... for authenticating a user use the same directory and the files under the ...
    (comp.lang.java.programmer)