Re: Invoking Servlet - trying to remove servlet prefix

2001-11-13 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Pavan Sethurathnam wrote: Date: Mon, 12 Nov 2001 20:41:30 -0800 (PST) From: Pavan Sethurathnam [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Invoking Servlet - trying to remove servlet prefix When i invoke

Re: Invoking Servlet - trying to remove servlet prefix

2001-11-13 Thread Frank Lawlor
There are a couple of possible problem areas: servlet-class LoginServlet /servlet-class most classes are of the form com.mycom.classname. The above says yours is just classname. i just want http://localhost:8080/login/login but you have defined the mapping /login, not /login/login. If you