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 look in the logs you should see some more infromation.
By turning on more debug info, esp. for the ContextManager,
you should see more mapping information which will help
you see how it is trying to resolve the URL.

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to