Hi Patrick.
I too had a problem like this when using an absolute path in web.xml.
What worked for me (with Tomcat 3.1) was a path relative to the web app
itself--i.e., what I've got now is:
...
<param-value>
WEB-INF/TurbineResources.properties
</param-value>
Mark
Mark Francillon
Marlboro College
[EMAIL PROTECTED]
On Tue, 11 Jul 2000, Patrick Hess wrote:
>
> JetSpeed work now for me, after setting it up again got this execption:
>
> java.lang.Exception: Turbine::init(ServletConfig) -
> The Turbine Resources File -
> '/opt/portal/tomcat/webapps/ROOT/opt/portal/jetspeed/src/TurbineResources.properties'
> does not exist. Please create it or
> change the 'properties' Init Parameter Value to a file name that exists
> and contains the TurbineResources.
>
> In web.xml it is set
> /opt/portal/jetspeed/src/TurbineResources.properties
> Is this a bug or wrong configuration? (As a workaround a created
> a link in webapps/ROOT/opt -> /opt but this is only OK for testing.
>
> Patrick
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]