Hi, I have this strange behaviour: after accessing the webapp the login-page gets displayed, when I press on login tomcat reports a 404 error on this url http://localhost:8080/audiotex/audiotex/action/LoginUser
It seems the action is not even executed. There's no error in turbine.log. I'm using the standard org.apache.turbine.modules.actions.LoginUser. It appears Turbine does not recognize "/action" in the url and so it doesn't invoke the Action-class. Instead Tomcat is looking for a real file /action/LoginUser and therefore returns a 404 error. I'm wondering on what level this problem has to be addressed. Anybody having an idea? Greetings Marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
