Thomas Richards wrote:
> Thanks for the reply. Unfortunately, I can't set the servlet as
> org.apache.turbine.Turbine, because that class doesn't exist in the
> turbine-2.0.jar file. Only Turbine exists, without any package path.
>
> I already tried doing what you're suggesting yesterday, when I first
> installed Jetspeed (ie. I pointed "jetspeed" alias to
> "org.apache.turbine.Turbine"), but Resin was unable to find the class.
> Then I looked in the JAR file & found that the Turbine.class apparently
> has no package. So it was only when I pointed "jetspeed" to "Turbine"
> that Resin was able to find the class in the JAR file & I was able to
> get the initial screen to work at all.
>
> But when I try moving away from the initial screen, eg. to the admin
> screen, it appears that other classes in Jetspeed expect the Turbine
> class to be in the org.apache.turbine package, and throw a
> ClassNotFoundException.
>
> It's really weird...
>
You have either:
- a mixture of different version jar files in the classpath. Triple check it.
- a misspelling in the classpath (typical under NT: to use ":" instead of ";" to
separate entries)
- missing files in the classpath. Maybe xerces, xalan or some other file.
- files in the ext dir that interfere
- missing/missconfigured JDBC driver
...
Because Jetspeed versions that rely on org.apache.turbine.Turbine use this class, and
the other way round.
Which is the class that is not found?
BTW: When will somebody release a classpath manager, that hijacks the SecurityManager
and allows the administrator to test and change classpaths, permissions and properties
during runtime? Something like the "Norton Utilities" for java. :-)
>
> Santiago Gala wrote:
>
> <snip>
> >
> > It should be set when you configure the jetspeed servlet as
> > org.apache.turbine.Turbine or Turbine, depending on the Turbine version. Jetspeed
> > is just an alias for Turbine, and it should be configured in web.xml or the
> > equivalent configuration file.
> >
> <snip>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]