First, I just want to make clear that all jsp-files are restricted, (well, except from login.jsp and error.jsp) and html-files are public. What I would like to achieve is, having a form on index.html where people type in their usernames, clicks log in and then they are at one.jsp
- Peter -----Original Message----- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: 15. januar 2002 12:25 To: 'Tomcat Users List' Subject: RE: Form-based login from html-page If you want people to go directly to login when they access your site you can make one.jsp the default welcome file. Then make one.jsp restricted. This means when people go to your website they will try to access one.jsp but that page is restricted so they will be redirected instead to the login.jsp. Once they've logged in they will be forwarded to one.jsp as they originally requested. login.jsp => one.jsp But it's still not very clear what you actually want. -----Original Message----- From: Peter M. Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:19 PM To: Tomcat Users List Subject: RE: Form-based login from html-page Ok, it might be a bit unclear what I'm asking for. I have a jdbc-realm already, and my users login via a login.jsp site when they are trying to access one.jsp. What I want is to access the one.jsp without having people going from index.html > login.jsp > one.jsp via form-based login - Pete -----Original Message----- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: 15. januar 2002 12:13 To: 'Tomcat Users List' Subject: RE: Form-based login from html-page You can use realm based authentication to acheive what you want to do. See the Tomcat documentation http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html and the Servlet specifications http://java.sun.com/products/servlet/download.html for more information -----Original Message----- From: Peter M. Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:06 PM To: Tomcat-User Subject: Form-based login from html-page I have tried to search the mailing-lists but unsuccesfull. What I'm looking for is a way to login to restricted resources in my ROOT folder. I have a tomcat-4.0.1 connected to apache 1.3.22 via mod_jk and both *.jsp files and html files are supposed to be in the /-folder of the webserver. The jsp-pages are restricted whereas the html-pages is for everyone. So the basic question is how do I login from index.html via form-based login to a specific page i.e. one.jsp? Best regards, Peter M. Nielsen -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>