Marco,

Which versions of Jetspeed/Turbine are you using ? The Turbine servlet has
been moved to a different location (org.apache.turbine package), not that it
solves your particular problem but moving to the latest and greatest version
might help finding someone who can offer a solution...

Is your Jetspeed ubstalled in the default webapp?

Cheers,
Thomas Boehme

----- Original Message -----
From: "Mamei Marco" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 11, 2000 13:54
Subject: installation question


> Hi,
> I am trying to install Jetspeed on Tomcat3.1 under winNT. But I have some
> problems:
>
> This is what I added to the web.xml file
>
> <servlet>
>         <servlet-name>
>             jetspeed
>         </servlet-name>
>         <servlet-class>
>             Turbine
>         </servlet-class>
>         <init-param>
>             <param-name>
>                  properties
>             </param-name>
>             <param-value>
>                 /jetspeed-system/conf/TurbineResources.properties
>             </param-value>
>         </init-param>
>     </servlet>
>
> but Tomcat complains that it is not able to find
> TurbineResources.properties.
> If I use an absolute path:
>
> <param-value>
>                 /apache
> group/tomcat/webapps/jetspeed-system/conf/TurbineResources.properties
>  </param-value>
>
> Then Tomcat finds the TurbineResources.properties, but Jetspeed isn't able
> to read the files specified in the defaultPortlets.xml file.
>
> Probably something is missing in Tomcat configuration, but what?
>
> Thank you in advance!
> Marco
>
>
> --
> --------------------------------------------------------------
> 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]

Reply via email to