formbased authentication: login.jsp is protected as well ?

2001-02-20 Thread paul marshal
Hi ! I want to restrict access to the whole webApplication using formbased authentication. ( not just a subdirectory as I've seen it in all the examples ) Here is what I tried in web.xml: adminConsole All adminConsole Pages /* admin console user adminConsole

Re: Authentification

2001-02-20 Thread paul marshal
Stefan Bräu wrote: > > well thats to late. if the user already has access to the servlet its > too late, isnt it? i want the browser to ask the user for his > userid/password. > as you can do it with apache ... > > users are specified in tomcat-users.xml as far as i know. > > regards > > bs >

Re: Beginner's question

2001-02-21 Thread paul marshal
Diansheng Guo wrote: > > Hi, all: > > I just begin to use Tomcat3.2 to run my servlet.I got the error on the > server output. Basically I was frequently compiling my servlet code with > JBuilder and check the result with an IE explorer loading the servlet. But > seems my change won't take ef

Re: Forwarding to a JSP gives a callback

2001-02-21 Thread paul marshal
[EMAIL PROTECTED] wrote: > > Hi > > I'm trying to forward from my controller servlet to a jsp or html page. > This is not very successful at all, and I think this is because the servlet > for some reason get's called a second time after the forward for some > reason. > > An example: > The servl

formbased authentication: logout ?

2001-02-21 Thread paul marshal
How do I create a possibility for my users to logout. Is there something in the HttpSession that I need to delete ? Or how does it all work ? Paul -- Paul Marshall [EMAIL PROTECTED] 089/26019-609 - To unsubscribe, e-mail: [EM

Re: RequestDispatcher.forward() problem

2001-02-21 Thread paul marshal
Andrew Kerr wrote: > > Hello, > > I've been having a bit of trouble with the RequestDispatcher.forward() > method. If I try to forward to a URL with a query string on it, and > then have some code that processes the forwarded request, the > getQueryString() method does not return the query stri