I have last weeks Turbine drop installed on Suse Linux 6.4, Tomcat 3.1,
Apache 1.3.12. I defined the servlet as desribed in the documentation in the
web.xml file in {TOMCAT_HOME}/conf, passing as init parameter the absolute
path to TurbineResources.properties which I stored also in
{TOMCAT_HOME}/conf. However, when starting Tomcat, I received an exception
indicating a problem while loading the TurbineResources.properties file. It
seems that other than specified in the documentation Turbine tries to locate
the file in the servlet context. First it seemed that Turbine tries to
locate the file in the ROOT context which would make sense to me. So I
copied the file into the root context and just passed the file name as input
parameter. But as you see from the servlet.log snippet below, Turbine will
not startup. It seems to expect the file in all contexts. This seems strange
to me.
I am really keen to get Turbine running. So I would appreciate any help on
this matter.
thanks,
thomas
--- snip from servlet.log ---
Context log path="/cocoon-samples" :tomcat.errorPage: init
Context log path="/cocoon-samples" :jsp: init
Context log path="/cocoon-samples" :org.apache.cocoon.Cocoon: init
Context log path="/cocoon-samples" :Turbine: init
Context log path="/cocoon-samples" :Turbine: Turbine::init(ServletConfig) -
The Turbine Resources File -
'/usr/local/java-apache/jakarta-tomcat/webapps/cocoon-samples/TurbineResourc
es.properties' does not exist. Please create it or change the 'properties'
Init Parameter Value to a file name that exists and contains the
TurbineResources.
Context log path="/cocoon-samples" :default: init
Context log path="/examples" :tomcat.errorPage: init
Context log path="/examples" :jsp: init
Context log path="/examples" :org.apache.cocoon.Cocoon: init
Context log path="/examples" :Turbine: init
Context log path="/examples" :Turbine: Turbine::init(ServletConfig) - The
Turbine Resources File -
'/usr/local/java-apache/jakarta-tomcat/webapps/examples/TurbineResources.pro
perties' does not exist. Please create it or change the 'properties' Init
Parameter Value to a file name that exists and contains the
TurbineResources.
Context log path="/examples" :default: init
Context log path="/zadmin" :tomcat.errorPage: init
Context log path="/zadmin" :jsp: init
Context log path="/zadmin" :org.apache.cocoon.Cocoon: init
Context log path="/zadmin" :Turbine: init
Context log path="/zadmin" :Turbine: Turbine::init(ServletConfig) - The
Turbine Resources File -
'/usr/local/java-apache/jakarta-tomcat/webapps/zadmin/TurbineResources.prope
rties' does not exist. Please create it or change the 'properties' Init
Parameter Value to a file name that exists and contains the
TurbineResources.
-- snip ---
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]