Sorry. Here's the content of my build.properties file:
# # build.properties for jk2/ajp connector. # to be processed by configure # # Directory where catalina is installed. It can # be either 4.0 or 4.1 tomcat40.home= # If you want to build/install on both 4.0 # and 4.1, set this to point to 4.0 and 'catalina.home' # to point to 4.0 # ( most people need only the first, but developers should # have both ) tomcat41.home=/usr/local/jakarta-tomcat-4.1.10 # Directory where tomcat3.3 is installed tomcat33.home= # Location of Apache2, Apache1.3, IIS and Netscape (iPlanet) apache2.home=/usr/local/apache2 apache13.home=/usr/local/apache iis.home= iplanet.home= # APR location - by default the version included in Apache2 is used. # Don't edit unless you install 'standalone' apr. apr.home= apr.include= apr-util.include= apr.lib= apr-util.lib= # Location of Apache2, Apache1.3 apxs build tool apxs=/usr/local/apache/bin/apxs apxs2=/usr/local/apache2/bin/apxs # Location of Apache2, Apache1.3, IIS and Netscape (iPlanet) # includes directory apache2.include=/usr/local/apache2/include apache13.include=/usr/local/apache/include iis.include= iplanet.include= # Location of Apache2, Apache1.3, IIS and Netscape (iPlanet) # lib directory apache2.lib=@APACHE2_LIBDIR@ apache13.lib=@APACHE_LIBDIR@ iis.lib= iplanet.lib= # Compile-time options for native code so.debug=true so.optimize=false so.profile=false John > -----Original Message----- > From: David Wynter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 11:16 AM > To: Tomcat Users List > Subject: RE: Urgent, no website until Apache 2.0.42 works with Tomcat > 4.1.12 > > > Hi John, > > Thanks for the script, it helped a lot. But one question. For > the jar file > build you have a step "edit build.properties". I had a look around the > directories to see if there was an expalnation on what goes > there but could > not find anything. The build.xml suggests that I should have > a jsse1.0.2 > directory off the ./ base directory, which there aint. There > is however the > jmx.jar in the right place. The puretls.jar does nto seem to > there either. > > You missed the buildconf.sh steps for the /native directory > instructions. I > skipped the steps for 1.3 that required apxs. I discovered > that the Mandrake > 8.2 distro leaves it out of apache 1.3.23 they install, nice > of them. I > don't need support for 1.3 so assume this is OK. > > Regards > > David > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
