You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Falko Braun <fa...@flow-motion.de> on 2001/11/16 01:53:41 UTC

a call to win2k user

>From checking entries in the archive I got the impression, that there might
be some odd in combining Tomcat4 with Apache 1.3.x. Is there anybody who
made it it successful with the mod_webapps.so? I have found some notes, that
with Win2k I should return to the mod_jk.dll.
Is that really the truth? I can't belive it.
Currently I get
Invalid virtual host name
for just the line
WebAppDeploy examples conn /examples
in the httpd.conf of Apache

the whole part looks like
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c

WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples
WebAppDeploy jsp conn /jsp
WebAppInfo /webapp-info

and Tomcat starts as Tomcat-Apache service.

Anyone there, who has succeeded in that?

Falko


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: a call to win2k user

Posted by "Phoebe Y. Zhang" <ph...@IMCS.rutgers.edu>.
I followed the instructions at:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/proxy-howto.xml

and have been running Apache 1.3.12 and Tomcat 4.0.1 together successfully
under Window 2000.

Phoebe



On Fri, 16 Nov 2001, Falko Braun wrote:

> >From checking entries in the archive I got the impression, that there might
> be some odd in combining Tomcat4 with Apache 1.3.x. Is there anybody who
> made it it successful with the mod_webapps.so? I have found some notes, that
> with Win2k I should return to the mod_jk.dll.
> Is that really the truth? I can't belive it.
> Currently I get
> Invalid virtual host name
> for just the line
> WebAppDeploy examples conn /examples
> in the httpd.conf of Apache
> 
> the whole part looks like
> LoadModule webapp_module modules/mod_webapp.so
> AddModule mod_webapp.c
> 
> WebAppConnection conn warp localhost:8008
> WebAppDeploy examples conn /examples
> WebAppDeploy jsp conn /jsp
> WebAppInfo /webapp-info
> 
> and Tomcat starts as Tomcat-Apache service.
> 
> Anyone there, who has succeeded in that?
> 
> Falko
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>