Now, I changed the name of the method, adding an underscore before it,
clean and rebuild in Netbeans worked fine, the WAR worked in the
tomcat bundled with Netbeans, yet, copying the WAR to any other tomcat
I tried causes now:

javax.servlet.ServletException: Servlet execution threw an exception

root cause

java.lang.NoSuchMethodError:
org.algstoch.httpuserlib.Password._removeUserId(Ljavax/servlet/http/HttpSession;)V
        servlets.LoginScreenServlet.processRequest(LoginScreenServlet.java:33)
        servlets.LoginScreenServlet.doGet(LoginScreenServlet.java:110)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

How can it be, if the WAR works with the Tomcat in netbeans?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to