I'm trying to launch a Struts application that is properly working on one of my 
colleague's PC because I have to finish up something but as soon as I try to make a 
login via a login page (which works on other PCs), I have a 404 Page not found error 
and in my Tomcat Console, I have 

"

2002-01-11 10:58:50 - ContextManager: Host = localhost
2002-01-11 10:58:50 - ContextManager: SM: Prefix match /hermes/login ->  null null
2002-01-11 10:58:50 - ContextManager: SimpleMapper1: Default map /login null
2002-01-11 10:58:50 - ContextManager: SimpleMapper1: SM: After mapping R( /hermes + 
/login + null) null
2002-01-11 10:58:50 - ContextManager: No handler for request R( /hermes + /login + 
null) 404
2002-01-11 10:58:50 - Ctx( /hermes ): 404 R( /hermes + /login + null) null
2002-01-11 10:58:50 - Ctx( /hermes ): Handler tomcat.notFoundHandler(null/null) 
tomcat.notFoundHandler

" 

Someone could give me a hand because I really don't know what to do ? Other Struts 
applications are working well on my PC.

Daniel

Reply via email to