WARNING - JETSPEED NEWBIE

OK so here is the set up SuSE Linux 6.3
Apache 1.3.9
Tomcat 3.0
Jetspeed 1.0
JDK 1.1.8 Blackdown

I have tomcat working just fine, it's example servlets and jsp run OK.

I have /contents under my htdocs for apache and I can see them OK from
my browser.

I have modified server.xml and added this section:

<Context path="/js" docBase="jetspeed"
defaultSessionTimeOut="30" isWARExpanded="true"
isWARValidated="false" isInvokerEnabled="true"
isWorkDirPersistent="false"/>

I have also modified tomcat.conf and added this:

ApJServMount /js /root

I can now see from my browser http://MyHost/js/

I have created a dir under tomcat called jetspeed and put a
WEB-INF/web.xml file in there with the xml from the Jetspeed install
instructions:

<?xml version="1.0" encoding="ISO-8859-1"?>

<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/config/TurbineResources.properties
                        </param-value>
                </init-param>
        </servlet>
</web-app>

When tomcat starts it shows this xml file being parsed.

I have been through all the *.properties files and changed the pathnames
to suit my install. (I put it all in /usr/local/jetspeed)

And guess what? I can't get it to work. When I try
http://MyHost/js/servlet/jetspeed I get a 404 error. I have looked in
all the log files I can think of and there is not any diags in them.

HELP!

-- 

Regards,

Steve Waterworth
[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