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" <[EMAIL PROTECTED]> 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: : [EMAIL PROTECTED] 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
