Disclaimer!Disclaimer! I am reporting here what worked for me - I still do
not have a fully functional system myself, though I feel I am quite close.
I was getting the same problem. I noticed that the path for all other
classes use "." while this exception refers to "/". To get mine working, I
had to extract all the classes from the castor.jar file (jar -xf
castor-0.7.4.jar). Now add the path to the folder containing the extracted
classes. (for example: my castor.jar was in c:\jetspeed. I extracted the
classes, so there is now a directory called c:\jetspeed\org. So add
c:\Jetspeed to your classpath)
If your system is like mine, Jetspeed is (I guess) trying to use this class
to report an error to you. Again in my system, the error was that it could
not find file .../content/dynamic/content/dynamic/index.xsl. If this is the
case, edit content/dynamic/index.xml and change the line <?xml-stylesheet
href="/content/dynamic/index.xsl" type="text/xsl"?> to <?xml-stylesheet
href="index.xsl" type="text/xsl"?>
At this point I am up and running, though Cocoon portlet does not work.
Another note here is that I had to add JNDI just to get the Cocoon portlet
to give me a meaningful error. I am now going to look at the Cocoon install
docs to see if there are other jar's required...
I am working now on detailed install instructs for Windows users (from CVS
to installed). I am first cleaning a machine so I can document a "start from
scratch". I find most documents overlook something that the developer had
previously installed on their system.
Steve B
----- Original Message -----
From: Ed Knutson <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Friday, March 31, 2000 6:37 AM
Subject: Re: Exception: java.lang.ClassNotFoundException
> On Fri, 31 Mar 2000, Magnus Mossberg wrote:
> > I get this error when trying too access my JetSpeed 1.1 installation
> >
> >
> > [Thu Mar 30 14:40:37 GMT 2000] -- NOTICE -- Jetspeed Home: BEGIN
> > default portlets
> > [Thu Mar 30 14:40:37 GMT 2000] -- ERROR --
> > Exception: java.lang.ClassNotFoundException:
>
> Make sure the correct path to castor-0.7.4.jar (and any .jar in
> /path-to-jetspeed/lib) is set in jserv.properties in the wrapper.classpath
> section.
>
> -ed
>
>
> --
> --------------------------------------------------------------
> 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]