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]

Reply via email to