Do you jave any idea why Messaging doesn't work in JetSpeed:

This is from jser.log file:
[20/01/2000 16:43:18:743 EST] java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletRequest: method 
getSession()Ljavax/servlet/http/HttpSession; not found
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
        at org.apache.jserv.JServConnection.run(JServConnection.java)
        at java.lang.Thread.run(Thread.java:479)

This is from mod_jserv.log
[20/01/2000 21:43:18:743] (ERROR) ajp11: Servlet Error: 
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method 
getSession()Ljavax/servlet/http/HttpSession; not found: 
javax.servlet.http.HttpServletRequest: method 
getSession()Ljavax/servlet/http/HttpSession; not found
[20/01/2000 21:43:18:743] (ERROR) an error returned handling request via 
protocol "ajpv11"


-----Original Message-----
From:   Chris Heinemann [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, January 20, 2000 3:06 PM
To:     JetSpeed
Subject:        Re: JetSpeed instalation

This means that somewhere in your servlet enginee's config you should have 
these jars available to the zone (servlet
context).

In jserv this would be wrapper.classpath in jserv.properties.  In tomcat 
you add to the  server's config file. I
forget exactly what file it's the same in jswdk and tomcat but check your 
documentation.

Does this help any?  I can be more specific if need be.

Chris Heinemann

Cristi Mariean wrote:

> What does it mean this :
> Add all jar files in the "classes" directory to your classpath so that 
they will be accessible with your servlet.
>
> When I try to access
> http://localhost/servlets/org.apache.jetspeed.Home
> I get an error that this servlet doesn't exists.
>
> Thanks,
> Cristi
>
> --
> --------------------------------------------------------------
> 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]


--
--------------------------------------------------------------
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