Re: where to put servlet classes

2002-10-25 Thread sonam singh
--- Kennedy, Ed [EMAIL PROTECTED] wrote: I am a new Tomcat user and I am having trouble accessing my servlet classes. I am getting the following error: The requested resource (/servlets/authenticate.jsp) is not available Any help you can give would be appreciated. Thanks

Re: where to put servlet classes

2002-10-24 Thread German Augusto Niebles Alvarez
Try with: form method=POST action=/app/servlet/authenticateUser in your login jsp page. be careful with 'servlet' not servlets', because servlet is virtual directory. Regards. [EMAIL PROTECTED] 10/24 9:55 a.m. I am a new Tomcat user and I am having trouble accessing my servlet

where to put servlet classes

2002-10-24 Thread Kennedy, Ed
I am a new Tomcat user and I am having trouble accessing my servlet classes. I am getting the following error: The requested resource (/servlets/authenticate.jsp) is not available Any help you can give would be appreciated. Thanks Background info # I have the directory structure that

where to put servlet

2002-07-05 Thread Peter Choe
is there a place where i can put a servlet in tomcat that can be used by any web application? not just limiting the servlet to be used in a single directory. Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]