Building Tomcat 4.1.12 from source

2002-12-10 Thread Faine, Mark
Solaris 8 Tomcat 4.1.12 I'm trying to build from source using the BUILDING instructions in the source directory. I've completed everything on the list, even the optional packages. Now I get this error: BUILD FAILED file:/export/home/temp/appserv/temp/jakarta-tomcat-jasper/jasper2/build.xml:

Re: Building Tomcat 4.1.12 from source

2002-12-10 Thread Bill Barker
In the source distribution, jasper is packaged under the jakarta-tomcat-4.1.12-src/jasper directory. You need to set jasper.home=jasper (w/o the quotes) in your build.properties file. Note, that it is actually much easier to build from source than the BUILDING instructions make it out to be.