I've had better luck with the mod_webapp.so binary from Tomcat 4.0.1 than the 
one from Tomcat 4.0.2. I've used it successfully with Tomcat 4.0.1, 4.0.2 and 
4.0.3. 

available at:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/linux/i386/

Also, in my environment I've noticed that if I start Apache immediately after 
starting Tomcat, my webapps don't get deployed/installed. So I usually wait 
15-30 seconds after starting Tomcat before starting Apache (in the same, 
vein, when bouncing Tomcat in an Apache/Tomcat setup, I've noticed that it 
takes a while for Tomcat to shut down properly, so after shutting Tomcat 
down, I wait a while before starting Tomcat up again).

Once Apache is started, you should be able to see your webpps being deployed 
(a.k.a. "installed") in the Tomcat logs/apache.TODAY'S-DATE-GOES-HERE.txt log 
file, so you may want to "tail -f" this file to watch what is happening. If 
you don't see anything there, I would definitely focus on the Apache 
httpd.conf setup with regard to WARP and make sure you've got everything set 
up correctly.

- Charlie


On Thursday 28 March 2002 12:55 pm, you wrote:
> Mine did the same damn thing.  I ended up using the proxy connector on port
> 8181 and proxying my virtual hosts to tomcat.  Love to hear the solution.
>
> J a m e s   B.   S w a r t
>
>
>
> -----Original Message-----
> From: Thomas Gideon [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 1:08 PM
> To: Tomcat Users List
> Subject: Connecting Apache 1.3.23 and Tomcat 4.0.3 via WARP
>
>
> I grabbed the binary for mod_webapp from the Tomcat 4.0 download
> directories, for Linux 2.2 but cannot get it to work.  I am running Debian
> Woody, with the testing package for Apache 1.3.23.  I have been running
> this version of Apache successfull with Tomcat 3.x via mod_jk for some
> time, using the Debian testing packages for Tomcat and mod_jk.
>
> I have decided to step up to Tomcat 4.0, mostly to start working the the
> Standard Taglib.  I have Tomcat 4.0 installed and have no problem working
> with the HTTP 1.1 connector, I have done so for the past few days will
> worknig to migrate my existing JSPs over to 4.0.
>
> I tried to set up mod_webapp exactly as the directions indicate and appear
> to do so successfully.  apachectl configtest only complains about not being
> compiled with the -DEAPI option and apache starts without any errors
> showing in the logs.  When I request a JSP, though, I get a series of
> segfaults in the apache error.log, nothing shows in *any* of the Tomcat
> logs except for the usual startup messages, i.e. it looks like the request
> dies before even reaching Tomcat.
>
> I tried compiling mod_webapp from source, but I get an error late in the
> make output about an invalid operator string.  I am not comfy enough with
> make or C to troubleshoot this one my own.  If needed, I can post whatever
> logs anyone thinks applicable as well as output from my attempts to build
> mod_webapp from source, if the pre-existing binary just plumb won't exist.
> I have not tried to get and compile the CVS code for mod_webapp yet.
>
> I'd really like to be able to use Apache with Tomcat, as I have in the
> past, as I have a lot of static content, in the form of XML and XSL files,
> I'd prefer to server via Apache, and let Tomcat just deal with my Java
> code.
>
> TIA,
>
> Thomas

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to