Okay, I got the new TDK and the latest jetspeed. I built the jetspeed
webapp, placed the .war in tdk/webapps, and this is what I get:

[Tue Feb 06 10:30:13 PST 2001] -- ERROR --
        Exception:  java.lang.SecurityException: sealing violation
        Stack Trace follows:
        java.lang.SecurityException: sealing violation
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at
org.apache.catalina.loader.StandardClassLoader.findClass(StandardClassLoader
.java:648)
        at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader
.java:987)
        at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader
.java:906)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
        at
org.apache.jetspeed.portal.portlets.JetspeedContent.parse(JetspeedContent.ja
va:186)
        at
org.apache.jetspeed.portal.portlets.JetspeedContent.init(JetspeedContent.jav
a:139)
        at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.
java:434)
        at o

Tracing back to the last line in JetspeedContent:

            return new ClearElement( SimpleTransform.transform( url,
stylesheet ) );

Also noticed that the webapp doesn't seem to expand completely from the .war
file

Here is the jetspeed directory
        ..
        WEB-INF
    279 welcome.html
        wml

and the WEB-INF
        ..
        lib
        log
        psml
        templates
        tmp
  1,357 web.xml
        xsl

I tried a completely expanded jetspeed directory, but same problems

I tried two other JSP applications and they worked fine.
I get the impression that Catalina is very fast

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason van Zyl
> Sent: Monday, February 05, 2001 8:21 PM
> To: JetSpeed
> Subject: Re: catalina and jetspeed
>
>
>
>
> On Mon, 5 Feb 2001, David Sean Taylor wrote:
>
> > Anyone try Catalina + Jetspeed yet?
> >
> > I must be doing something wrong with my Catalina install, its
> like JSP isn't
> > even there
> > I get this:
> >
> > HTTP Status 503 - Servlet jsp is currently unavailable
> > The requested service (Servlet jsp is currently unavailable) is not
> > currently available
>
> You might want to try the TDK, 1.11a uses Catalina and will
> probably be release tonight or tomorrow. Just a thought :-)
>
> jvz.
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/[email protected]/>
> List Help?:          [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?:          [EMAIL PROTECTED]

Reply via email to