You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ian Warburton <ia...@irax.com> on 2002/06/29 20:32:45 UTC

Tomcat has stopped executing php code.

I have a problem that's driving me crazy,

My production server has stopped executing php code and simply returns the
code to the browser.

When tomcat starts up i get the following :-

apple:/usr/local # /usr/local/java/jakarta-tomcat-3.3/bin/tomcat.sh start
Using classpath: /usr/local/java/jakarta-tomcat-3.3/bin/../lib/tomcat.jar
Using JAVA_HOME: /usr/local/java/jdk1.3.1_01
Using TOMCAT_HOME: /usr/local/java/jakarta-tomcat-3.3
apple:/usr/local # 2002-06-29 15:34:48 - SessionIdGenerator: Opening
/dev/urandom
2002-06-29 15:34:48 - ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml
2002-06-29 15:34:48 - PathSetter: home=/usr/local/java/jakarta-tomcat-3.3
2002-06-29 15:34:48 - ContextXmlReader: Context
config=$TOMCAT_HOME/conf/apps-127.0.0.1.xml
2002-06-29 15:34:48 - ContextXmlReader: Context
config=$TOMCAT_HOME/conf/apps-admin.xml
2002-06-29 15:34:48 - ContextXmlReader: Context
config=$TOMCAT_HOME/conf/apps-examples.xml
2002-06-29 15:34:48 - AutoWebApp: Auto-Adding DEFAULT:/php
2002-06-29 15:34:48 - AutoWebApp: Auto-Adding DEFAULT:/
2002-06-29 15:34:48 - AutoWebApp: Loaded from config: DEFAULT:/admin
2002-06-29 15:34:48 - AutoWebApp: Loaded from config: DEFAULT:/examples
2002-06-29 15:34:48 - ContextManager: Tomcat configured and in stable state
2002-06-29 15:34:48 - ContextManager: Adding  DEFAULT:/admin
2002-06-29 15:34:48 - ContextManager: Adding  DEFAULT:/examples
2002-06-29 15:34:48 - ContextManager: Adding  DEFAULT:/php
2002-06-29 15:34:48 - ContextManager: Adding  DEFAULT:/ROOT
EmbededTomcat: Init time 1295
2002-06-29 15:34:48 - Http10Interceptor: Starting on 8080
2002-06-29 15:34:49 - Ajp12Interceptor: Starting on 8007
EmbededTomcat: Startup time 155
2002-06-29 15:34:49 - Ajp13Interceptor: Starting on 8009


This seems to be ok , it seems as if the php servelet is enabled, what could
stop the code from being executed ?

Ian



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>