I am using an apache-tomcat configuration to be able to serve jsp pages.  I
seem to have everything configured correctly using virtual hosts.  My server
xml file has the host directive below...

<Host name="www.mycompany.com">
           <Context path=""
           docBase="/absolute/path/to/my/vhost/directory/for/apache">
           crossContext="false"
           debug="1"
           reloadable="true"
           </Context>
        </Host>

Inside my virtual host directive for httpd.conf, I have the following line
to tell it to send any jsp requests to tomcat.

JkMount /*.jsp ajp12


My problem is that whenever I try to execute a file ending in .jsp, it tells
me the server is returning an invalid or unrecognizable response.  When I
look into Apache's error_log file, it says...

[Sun Apr  8 13:19:33 2001] [notice] child pid 4999 exit signal Segmentation
fault (11)

Can anyone help me out with what I might be doing wrong?


Thanks!

Brandon

Reply via email to