> You were right about the problem with your URL. It should be > http://server:port/<context>/servlet/audiotex/action/LoginUser. How are > you generating this URL?
I just tried it with this mapping: <url-pattern>/servlet/audiotex</url-pattern> So the complete url looks like http://localhost:8080/audiotex/servlet/audiotex The login-screen gets displayed, now when I press Login the target url is generated correctly like this: http://localhost:8080/audiotex/servlet/audiotex/action/LoginUser but instead of the Index-screen a 404 error is returned. No error in turbine.log and velocity.log. My Framework settings in tr.props are all standard. class SecureScreen is just copied from the howto and activated as default: services.VelocityService.default.screen=SecureScreen Any idea? Marc > > -----Original Message----- > > From: Marc Lustig [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, December 15, 2002 4:12 PM > > To: Turbine Users List > > Subject: AW: Actions not executed > > > > > > No, my mapping looks like this: > > > > <servlet-mapping> > > <servlet-name>audiotex</servlet-name> > > <url-pattern>/audiotex</url-pattern> > > </servlet-mapping> > > > > therefore /audiotex/audiotex is the correct url to access the webapp. > > > > But problem is the LoginUser-action is not executed at all. > > Instead everytime I request the login the login-page > > reappears and "/action/LoginUser" is added to the URI. So > > after triggering the login 3 times my URI looks like this: > > /audiotex/audiotex/action/LoginUser/action/LoginUser/action/LoginUser > > > > I have implemented the solution from the Security howto. > > Maybe this howto is out of date. > > I have read on the archive problems like this from various > > users. But no solution was suggested unfortunately. > > > > Marc > > > > > -----Ursprungliche Nachricht----- > > > Von: Kurt Schrader [mailto:[EMAIL PROTECTED]] > > > Gesendet: Samstag, 14. Dezember 2002 19:24 > > > An: Turbine Users List > > > Betreff: Re: Actions not executed > > > > > > > > > On Sat, 14 Dec 2002, Marc Lustig wrote: > > > > > > > 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 > > > > > > Shouldn't that be /audiotex/servlet/audiotex? > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:turbine-user-> [EMAIL PROTECTED]> > > For > > additional commands, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
