The error is there again.
javax.servlet.ServletException: Servlet execution threw an exception
root cause
java.lang.NoClassDefFoundError: javax/servlet/http/HttpSession
org.algstoch.httpuserlib.Password.removeUserId(Password.java:118)
servlets.LoginScreenServlet.processRequest(LoginScreenServlet.java:31)
servlets.LoginScreenServlet.doGet(LoginScreenServlet.java:108)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
It also appears with other calls to session.
servlet_api.jar is now included once. So perhaps it was not the
reason. What it might be? Tomcat would not work without HttpSession,
yet it says no class def found.
I guess it is some kind of bug because it appeared probably just after
I changed some unimportant string in the app.
Artur
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]