I hope the following bits from a working Apache2/Tomcat4 config are helpfull.

  Regards,
    grantp

---
SELL THE HOUSE / SELL THE CAR / SELL THE KIDS / FIND SOMEONE ELSE / FORGET IT /
I'M NEVER COMING BACK / FORGET IT-Kurtz
---


httpd.conf:
...
...
Listen 80
...
...
LoadModule webapp_module lib/mod_webapp.so
...
...
<VirtualHost *>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /appz/www/donkeypost/docs
        ServerName donkeypost.com:80
        WebAppConnection warpConn   warp      localhost:8008
#       WebAppDeploy     ROOT       warpConn  /
#       WebAppDeploy     examples   warpConn  /examples
#       WebAppDeploy     webdav     warpConn  /webdav
#       WebAppInfo                            /webapp-info
        WebAppDeploy     dp         warpConn  /dp
</VirtualHost>


> If you want Tomcat + Apache, you probably want mod_jk instead of 
> mod_webapp.  mod_webapp won't let Apache serve static content - mod_jk 
> will.  I can't think of any other reason to use Apache with Tomcat.  Do 
> a search for mod_jk in this group.  Or, look at ubeans.com/tomcat.  God 
> jk - webapp isn't ready for prime time.
> 
> Later,
> 
> Eddie
> 
> Nicholas Calugar wrote:
> 
> >I am having difficulty connecting Apache 2 and Tomcat 4.0.
> >Apache complains about the syntax of the configuration file whenever it
> >sees the WebAppDeploy directive.
> >The first method I tried was just putting the WebAppDeploy in the main
> >server configuration.
> >This resulted in an error on the WebAppDeploy line: Invalid Virtual Host
> >Name
> >I read a lot about using a virtual host block so I tried that also. 
> >I again got an error on the WebAppDeploy line: Invalid port number (p<1)
> >No "Port" statement found.
> >I checked to make sure the Listen directive was there and it was set to
> >80 like it should be.
> >I am at a complete loss of where to go next.
> >Any help would be appreciated.
> > 
> >Thanks
> > 
> >Nicholas Calugar
> >764 5th Ave STE A
> >San Diego, CA 92101
> > 
> >619.232.3292 (H)
> >314.477.3556 (M)
> > 
> >[EMAIL PROTECTED]
> > 
> >
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to