You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bryan Coon <bc...@sequenom.com> on 2001/07/11 01:05:49 UTC

Ack! I spoke to soon...

So I was wrong (Im brain fried from setting this thing up today)...

My servlets are NOT working :(

http://myserver/examples/servlets/

shows the index page properly for the servlets.  It is identical to 
http://myserver:8080/examples/servlets/

I jumped the gun and thought, "Whoohoo! It works!".
However, clicking on any of the servlet links generates an internal server
error.

The error message from mod_jk.log is this:
[jk_ajp12_worker.c (503)]: ajp12_handle_response, error reading header line

What the heck is this?  What did I do wrong?  How do I fix it?
If more info is needed, let me know what and Ill post it.

Thanks!
Bryan

Summary installation log:
On a Redhat 6.2 box:
Apache 1.3.20 compiled with OpenSSL 0.9.6b and MM 1.1.3.
Tomcat 3.2.2 Compiled and installed
compiled and installed mod_jk.so
added "include <path to tomcat conf>/mod_jk.conf-auto" to httpd.conf
http & https check out fine
tomcat checks out fine
apache can serve static pages fine from tomcat
no servlets work...