I am sorry Adam, I guess you are doing in-container authentification. I know very little about that, thus I cannot say anything... I do my own authentification. You can create a session after the user auth there.
other ideas or comments???? Jose On Sun, Sep 28, 2003 at 06:50:05PM +0200, Adam Hardy wrote: > On 09/28/2003 06:09 PM Jose Alfonso Martinez wrote: > >Do you really need to maintain a session, even when the user is just > >browsing static html files (before logging in)??? If the answer is no, > >then you could have an html login form. > > > > Try it! If tomcat doesn't have a session id to store the user's request > with when tomcat is stepping in between with the login procedure, then > tomcat will not know where the login submission has come from once the > user clicks the login form's submit. This leads directly to a > j_security_check not available 404 error. > > Adam > > -- > struts 1.1 + tomcat 4.1.27 + java 1.4.2 > Linux 2.4.20 RH9 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
