Multiple protected areas

2001-04-09 Thread Jill Stephenson
Hi, I am trying to implement the following scenario without success and would like to hear of anyones experience with this ... I am using Tomcat 3.2.1. In its simplest form I have 2 pages, each protected by their own role which has one user, ie., Page1.html requires role1 which user1 has Page2.

RE: Using a servlet superclass

2001-02-11 Thread Jill Stephenson
f init(ServletConfig config). > > Regards, > Paul > > > -Original Message- > From: Jill Stephenson [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 11, 2001 8:52 PM > To: '[EMAIL PROTECTED]' > Subject: Using a servlet superclass > > > I have a n

Using a servlet superclass

2001-02-11 Thread Jill Stephenson
I have a number of servlets in my application that need to perform common initialisation, etc. So I was thinking of creating a superclass that has an init method that does all of the common work, eg., public class SuperServlet extends HttpServlet { public void init() { // do common initial