Your test JSP works fine for me with Apache httpd 2.2.6 and mod_jk
1.2.25 on Solaris. Since your jk log file ends very early in the request
processing, the tomcat version should not matter (I used 5.5).

I would guess, that something with your build is broken. It would also
help, if we could see your mod_jk config (you posted parts of it, but it
looks like things are missing).

Does the segmentation fault produce a core dump?
If no, start Apache httpd as a non-root user (and use ports above 1024)
and maybe set CoreDumpDirectory. Then it should produce a core, whenever
a segmentation fault appears in the log file.

A core can then be inspected with gdb. Using gdb you can issue the
command "bt" for backtrace. This will show us, in which mod_jk function
the crash occured.

Regards,

Rainer


Nicolas Clemeur schrieb:
> I forgot to mention that the request is sent over https. 
> The https is handled by apache httpd. I am not sure If this has an impact
> as it would be difficult for me to test it under http.
> 
> Cheers
> 
> Nicolas

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to