Hi,

Apols if this has already been answered: I've found a few references to it
in the existing FAQ, but nowehere where it appears to have been answered.

I've just installed Tomcat, which runs via Apache 1.3.12. Everything appears
to be running fine, until I try to run one of the test jps apps in
/usr/local/tomcat-3.2.2/webapps/admin/contextAdmin/ (via the Apache alias
http://localhost/admin). Apache is obviously trying to pass the request onto
Tomcat, but all I get in the error_log is:

[Tue May 29 17:56:00 2001] [notice] Apache-AdvancedExtranetServer/1.3.12
(Linux-Mandrake/30mdk) PHP/3.0.16 mod_perl/1.22 tomcat/1.0 configured --
resuming normal operations
[Tue May 29 17:56:00 2001] [info] Server built: Oct  1 2000 12:06:39
[Tue May 29 17:56:15 2001] [notice] child pid 13761 exit signal Segmentation
fault (11)
[Tue May 29 17:58:18 2001] [notice] child pid 13764 exit signal Segmentation
fault (11)

The seg faults corresponds exactly to requests for jsp objects.

Debug level has been set to "DEBUG" everywhere I can think of to set it, but
there is no additional information in any of the Tomcat logs:

[root@meatball logs]# tail tomcat.log
2001-05-29 05:59:54 - ContextManager: Adding context Ctx( /examples )
2001-05-29 05:59:54 - ContextManager: Adding context Ctx( /admin )
2001-05-29 05:59:54 - ContextManager: Adding context Ctx(  )
2001-05-29 05:59:54 - ContextManager: Adding context Ctx( /test )
2001-05-29 05:59:55 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-05-29 05:59:55 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007

[root@meatball logs]# tail servlet.log
2001-05-29 05:59:55 - path="/examples" :jsp: init
2001-05-29 05:59:55 - path="/admin" :jsp: init
2001-05-29 05:59:55 - path="" :jsp: init
2001-05-29 05:59:55 - path="/test" :jsp: init

Any ideas?

Thanks,
Simon

------------------------------------------
Simon Ransome, Webmaster.
3G LAB, Cambridgeshire, UK.
http://www.3glab.com/
Tel: +44 (0) 1223 598486
==========================================


Reply via email to