Hi, I have had success in building mod_webapp.so for Apache 1.3 following the instruction in webapp/README.txt. However I don't know how to get warp.jar built in java/. I followed the instructions in README.txt and used this command: ./configure --with-apxs=/opt/apache/sbin/apxs --with-java=JAVA_HOME --with-tomcat=CATALINA_HOME mod_webapp.so was built but no warp.jar. Thinking I had misunderstood the instructions I tried: ./configure --with-apxs=/opt/apache/sbin/apxs --with-java=$JAVA_HOME --with-tomcat=$CATALINA_HOME I saw this at the end of the output creating ./java/Constants.java but still no warp.jar. I then made TOMCAT_HOME be equal to CATALINA_HOME and tried this ./configure --with-apxs=/opt/apache/sbin/apxs --with-java --with-tomcat but I didn't get warp.jar. The stderr of the last ./configure I did was this C-Language compilation tools JAVA-Language compilation tools API documentation generation Target web-server Building APR configure script Configuring APR Finishing up All done. Now you can issue "make". Good luck. So the Java tools seem to have been detected. What is a useful way to approach this? (It's probably some dumb typo on my part but i just can't see it!) (I did find http://www.apache.org/~pier/warp.jar, posted 01-Sept-14. Would it be okay to use this jar to replace the one shipped with the tomcat-4 binary?) Thank you, yan - This email has been sent using TurtleMail - Get your free email address from www.purpleturtle.com now!
