Anubhav Kale wrote:
Hello

I want to create a simple JSP page with login and password fields. If i/p is correct (verified against a database) I should give user access to some JSP pages. If user tries to go to these JSP pages directly without entering correct username and password then he should be redirected back to login page.

How do I do all this? (I think i need to create some session id and things like that)


Read this:
<http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html>


Erik



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



Reply via email to