Hi. My replies are mixed in the message. --David
On Tuesday 15 January 2002 01:15 pm, you wrote: > David, > > 3 questions > which version of MDK are u using? am MDK 8.1 > I had nothing but problem with the mod_webapp > always complaining when am not including WebAppDeploy > in a virtual server section while under Window > I've had no problem whatsoever (doesn't need to be > under <virtualHost> ServerName.... > > What's you're situation ? I have a very straight forward serving environment with only one IP based virtual host under Apache in addition to the main server site. The server is a Mandrake 8.0 linux box with Apache 1.3.19, Tomcat 4.0.1, and JDK 1.3.1_01. From the messages I've seen a few months ago on the list, making mod_webapp work under Windows was not a top priority. It's not surprising that the Windows mod_webapp might still be a bit unstable. > did u have to include it in a virtualhost section? Nope. The main site could support mod_webapp without a problem. I did have to set ServerName and Port at the top of the httpd.conf file though. > and until I saw your post I though I might have been a > problem with the MDK apache built. I'm using the standard RPM distro of Apache from Mandrake, so probably not. > > I got the mod_webapp source but got stucked at not > finding the warp.jar > Woudl you care to enlightent me where u got it. The .tar.gz file from http://nagoya.apache.org/~pier/snapshots contains a complete build environment for both, but it won't build the warp.jar file unless you include the following in the configure command line: --enable-java=$JAVA_HOME --with-java=$JAVA_HOME --with-tomcat=$CATALINA_HOME (obviously either make sure JAVA_HOME and CATALINA_HOME are set or replace with a complete path for each) The README.txt file doesn't mention --enable-java=...., but I found that the configure script logic needed it. I just put together a short one line shell script to handle the configure command line. That way if I DL a newer version, I don't need to go back and relookup all that I did the first time around. Once built, you'll find the warp.jar file in the java subdirectory and mod_webapp.so in the apache-1.3 subdirectory. After replacing both files, restart Tomcat and then Apache and things should work. Hope this clears up some mysteries. --David > > Best rgds (and full of hopes) > Dom > > -----Original Message----- > From: David Smith [mailto:[EMAIL PROTECTED]] > Sent: 15 January 2002 17:02 > To: Tomcat Users List > Subject: Re: running tomcat under Mandrake > > > Yup. I built mod_webapp from nightly snapshot (didn't use the excessively > old version included with the TC binaries). There have been a lot of bug > fixes and support for SSL was added in version 1.1. > > Why? Is it not working on your system? I would note if anyone on the list > decides to build their own mod_webapp, that they also build warp.jar and > replace the existing version in Tomcat. mod_webapp.so and warp.jar seem to > be a matched pair -- replace one and the other should be also. > > --David > > On Tuesday 15 January 2002 11:16 am, you wrote: > > David, > > > > sorry to be persistent but did you said that your running > > tomcat under Mandrake? > > If so have you managed to get the mod_webapp working > > properly? > > Dom > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
