You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matt Raible <ma...@raibledesigns.com> on 2003/10/15 06:03:09 UTC

John Turner's Recent HowTo (Apache + Tomcat)

I went through John's HowTo on Tomcat and Apache on RH 9 this evening.

http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html

All worked awesome (on OS X) until I rebooted my machine, now I'm 
getting the following in Tomcat's log file:

BAD packet 256
In: : [B@c283b5 4/843
01 00 03 47 00 00 00 00 00 00 00 00 00 00 00 00  | ...G............
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

I can access Tomcat and my apps using http://localhost:8080.

Thanks,

Matt


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: John Turner's Recent HowTo (Apache + Tomcat) [solved]

Posted by Matt Raible <mr...@resortquest.com>.
I figured out my issues - here's how:

I had modified /usr/sbin/apachectl so that the HTTPD variable pointed to
/usr/local/apache2/bin/httpd rather than /usr/sbin/httpd.  I fixed it by
removing /usr/bin/apachectl and executing "ln -s
/usr/local/apache2/bin/apachectl /usr/sbin/apachectl".  Now if I could only
get the Apple Rendezvous mod working on 2.0.x.  I'm running this on OS X.

Matt



On 10/14/03 10:03 PM, "Matt Raible" <ma...@raibledesigns.com> wrote:

> I went through John's HowTo on Tomcat and Apache on RH 9 this evening.
> 
> http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html
> 
> All worked awesome (on OS X) until I rebooted my machine, now I'm
> getting the following in Tomcat's log file:
> 
> BAD packet 256
> In: : [B@c283b5 4/843
> 01 00 03 47 00 00 00 00 00 00 00 00 00 00 00 00  | ...G............
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................
> 
> I can access Tomcat and my apps using http://localhost:8080.
> 
> Thanks,
> 
> Matt
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org