Re: Re: access control

2006-04-06 Thread Warren Pace
> > From: "Zohar" <[EMAIL PROTECTED]> > Date: 2006/04/06 Thu AM 11:46:27 EDT > To: "Tomcat Users List" , > > Subject: Re: access control > > Can I grant access to some jsp pages and deny access to others (in the same > context)? &g

Re: access control

2006-04-06 Thread Zohar
Can I grant access to some jsp pages and deny access to others (in the same context)? - Original Message - From: "Markus Schönhaber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, April 06, 2006 17:23 Subject: Re: access control Zohar wro

Re: access control

2006-04-06 Thread Markus Schönhaber
Zohar wrote: > They used to be all "interface" servlets, but then I unified all external > interface access into one simple servlet that forwards the request to the > appropriate service. This way it should be easier to control the access to > that context (e.g., protect it with a password, deny ac

Re: access control

2006-04-06 Thread Zohar
"internal" services, etc.). The "internal" contexts also provide service to other internal servers. - Original Message - From: "Markus Schönhaber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, April 06, 2006 17:23 Subject: R

Re: access control

2006-04-06 Thread Markus Schönhaber
Zohar wrote: > I have a few servlets which are deployed to different contexts (each > servlet to its own context). One of these servlets acts as an interface to > clients, and it forwards the requests from clients to the appropriate > servlets. I don't want any of the non-interface servlets to be a