----- Original Message -----
From: "Manik Surtani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 01, 2000 4:41 AM


> Hello, Jetspeed wont start!!!
>
>
> I'm using Jetspeed 1.1, tomcat 3.0, Sun JDK1.2.2, and Redhat 6.1.
>
> I follow the instrcutions to the word, and when I type a
> http://<servername>/servlets/jetspeed I get a page not found error.
I assume your "<servername>" includes the tomcat port - ie,
http://www.myserver.com:8080/servlets/jetspeed , right?

First, have you confirmed that Tomcat is installed correctly? In other
words, If you simply access http://localhost:8080/ are you able to run both
the Servlet examples and the JSP examples.

Assuming you can do the above, you can start to consider your Jetspeed
installation.

1) As Tomcat starts, it will echo the classpath. Make sure you see ALL the
jar files included in the Jetspeed/lib directory. Doublecheck the spellings
(For example, in version 1.1, one of the coccoon jar's was mispelled)

2) the web.xml is the one in the WEB-INF folder.

3) Make sure you have copied the Jetspeed/src/content directory to your
webapps directory.

4) in TurbineResources.properties you defined a log file. Turbine will
automatically create this file when it initializes. I find it helpful when
setting up a brand new system to delete this file. After trying to access
the URL, see if the file was created. If not, then Turbine/Jetspeed were
never even invoked. In this case, you need to consider your Tomcat setup.
Look at the Tomcat log files and you should get some indication as to what
went wrong.

>
> The Install docs mention adding ines to web.xml ... which web.xml is
> this?  tomcat 3.0 has a etc/web.xml as well as a
> webpages/WEB-INF/web.xml ...
>
> is there anything I should be warned of here?
As you can see, documentation is still being developed for Jetspeed. The
next release is iminent, and I expect you will find the documentation
significanltly improved. I urge you to share what you learn with this mail
list and, especially, the java.apache.org faq-o-matic.


HTH,

Steve B.



>
>
> --
> Manik Surtani
> Chief Technology Officer
> Espada (Pvt.) Ltd.
> http://www.espadanet.com
>
>
>
> --
> --------------------------------------------------------------
> 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