Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
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

RE: Form-based login from html-page

2002-01-15 Thread Barney Hamish
- 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

RE: Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
-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

RE: Form-based login from html-page

2002-01-15 Thread Barney Hamish
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

RE: Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
-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

RE: Form-based login from html-page

2002-01-15 Thread Barney Hamish
and have a bit of a think about the way it works. -Original Message- From: Peter M. Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 12:33 PM To: Tomcat Users List Subject: RE: Form-based login from html-page First, I just want to make clear that all jsp-files

RE: Form-based login from html-page

2002-01-15 Thread Peter M. Nielsen
Thanks a lot. I tried to figure it out, but missed the part where you make one.jsp the default welcome-page, - Peter -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: 15. januar 2002 12:42 To: 'Tomcat Users List' Subject: RE: Form-based login from html-page

RE: Form-based login from html-page

2002-01-15 Thread jerry . fang
]] Sent: Tuesday, January 15, 2002 5:06 AM 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