You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Robert Schmid <al...@raptor.net> on 2001/11/15 18:09:20 UTC

Trouble connecting Apache 1.3 & Tomcat 4 w/ mod_webApp

FreeBSD, Tomcat 4, Apache 1.3.19


Here's my config;

Alias /myapp "/usr/local/jakarta-tomcat-4.0/webapps/myapp/"
WebAppConnection tomcat4      warp  localhost:9090
WebAppDeploy     myapp  tomcat4  /myapp
WebAppConnection conn      warp  localhost:9090
WebAppDeploy     examples  conn  /examples


Here's the result from the apache error log;

[Thu Nov 15 10:40:00 2001] [error] Cannot receive handshake WARP packet
[Thu Nov 15 10:40:00 2001] [error] Cannot read packet (pr_warp_config.c:139)
[Thu Nov 15 10:40:00 2001] [error] Cannot configure connection "tomcat4"
[Thu Nov 15 10:40:00 2001] [error] Cannot receive handshake WARP packet
[Thu Nov 15 10:40:00 2001] [error] Cannot read packet (pr_warp_config.c:139)
[Thu Nov 15 10:40:00 2001] [error] Cannot configure connection "tomcat4"

Might this be an error with compiling?




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


Re: Trouble connecting Apache 1.3 & Tomcat 4 w/ mod_webApp

Posted by David Smith <dn...@cornell.edu>.
I'm guessing you changed the port for the Connector statement in the 
Tomcat-Apache service of server.xml to 9090?  If so, that's correct.  If not, 
try using 8008 instead.  

The second WebAppConnection line isn't needed unless it's connecting to a 
different machine and/or port.  The way your config is below, there should 
only be one with both WebAppDeploy lines referencing it.  This might be the 
source of your error.

Good luck and hope this helps some.

--David Smith

On Thursday 15 November 2001 12:09 pm, you wrote:
> FreeBSD, Tomcat 4, Apache 1.3.19
>
>
> Here's my config;
>
> Alias /myapp "/usr/local/jakarta-tomcat-4.0/webapps/myapp/"
> WebAppConnection tomcat4      warp  localhost:9090
> WebAppDeploy     myapp  tomcat4  /myapp
> WebAppConnection conn      warp  localhost:9090
> WebAppDeploy     examples  conn  /examples
>
>
> Here's the result from the apache error log;
>
> [Thu Nov 15 10:40:00 2001] [error] Cannot receive handshake WARP packet
> [Thu Nov 15 10:40:00 2001] [error] Cannot read packet
> (pr_warp_config.c:139) [Thu Nov 15 10:40:00 2001] [error] Cannot configure
> connection "tomcat4" [Thu Nov 15 10:40:00 2001] [error] Cannot receive
> handshake WARP packet [Thu Nov 15 10:40:00 2001] [error] Cannot read packet
> (pr_warp_config.c:139) [Thu Nov 15 10:40:00 2001] [error] Cannot configure
> connection "tomcat4"
>
> Might this be an error with compiling?
>
>
>
>
> --
> 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>