> Put the file in something like WEB-INF/jsp/login.jsp.  Then either
> configure form-based authentication for the path to that JSP 

I tried doing that, but when I specified /WEB-INF/jsp/login.html in 
<login-config>
        <auth-method>FORM</auth-method>
        <form-login-config>
                <form-login-page>/WEB-INF/jsp
/login.html</form-login-page>
                <form-error-page>/WEB-INF/jsp
/loginError.html</form-error-page>
        </form-login-config>
</login-config>

The server tried to actually put that into the URL of the browser!  Am I
doing something wrong?

I can't really do your second option since I am not using struts. I am
using a much simpler custom MVC package that doesn't support things like
this very easily.

Would you be able to explain to me what I am doing wrong or how to set
up your first option?

Thanks,
Yaakov.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to