Ed Knutson wrote:
> 
> I always set up Jetspeed in the root zone.  If you have Tomcat 3.1M1, this is
> in a folder called webpages.  In 3.1beta, it's called webapps/ROOT.  Do NOT use
> the url-mapping tag.  When you access jetspeed, the url in your case will be
> http://localhost/servlet/jetspeed
> 
> The .xml extension should not be assigned to any servlet (eg Cocoon).  This
> will screw up Jetspeed because the config files will most likely be altered by
> said servlet in a way that makes no sense to Jetspeed.
> 
> -ed

 Thank you Ed. I'm gonna show you my config files, because I can't
understand
what's going wrong :

In $TOMCAT/conf/server.xml :

<Context path="/jetspeed" docBase="/home/httpd/jetspeed" debug="0"
reloadable="true" >
</Context>

In $TOMCAT/conf/tomcat.conf :

ApJServMount /jetspeed /root

In /home/httpd/jetspeed/WEB-INF/web.xml :
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">

<web-app>
    <servlet>
        <servlet-name>
           jetspeed
        </servlet-name>
        <servlet-class>
           Turbine
        </servlet-class>
        <init-param>
           <param-name>
               properties
           </param-name>
           <param-value>
              
/usr/local/Jetspeed-1.1/src/config/TurbineResources.properties
           </param-value>
        </init-param>
    </servlet>
</web-app>


 Can you see something bad here ?

        Fabrice


--
--------------------------------------------------------------
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