Which servlet engine are you using? I apologize for asking some basics here,
but is the turbine-2.0.jar in your classpath (double-check spelling, etc.).
When you download Jetspeed, there are several .jars in the /lib folder. All
of them should be added to servlet-engine's classpath.

<annecdote>I was haunted by this problem a while back. I kept looking at
Tomcat's classpath as it started and confirmed that I saw the .Jar file
listed there; it turned out that halfway through my classpath - well before
the tomcat .jar - I had made a typo so that half my classpath was not being
used.</annecdote>
----- Original Message -----
From: "Luan O'Carroll" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 10, 2000 4:22 AM
Subject: Re: Trouble with Jetspeed Setup step #3


> Can't get Jetspeed started. I've followed the suggestions but get the
> exception listed below.
>
> Context log: path="" Class Not Found in init
> java.lang.ClassNotFoundException: Turbine
> at
>
org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassLoader.j
> ava:450)
> at
>
org.apache.tomcat.loader.AdaptiveServletLoader.loadClass(AdaptiveServletLoad
> er.java:141)
> at
> org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:294)
> at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:445)
> at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
> at
> org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
> at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
> at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:160)
> at
>
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
> )
> at java.lang.Thread.run(Unknown Source)
>
>
>
>
>
> --
> --------------------------------------------------------------
> 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