Re: How to set access restriction to servlets in tomcat?

2001-04-27 Thread Xiaofeng Chen
Thanks for pointing it out. - Original Message - From: "Boyce, David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 10:29 AM Subject: RE: How to set access restriction to servlets in tomcat? > > > Also, the elements in the sam

RE: How to set access restriction to servlets in tomcat?

2001-04-27 Thread Boyce, David
im -Original Message- From: Xiaofeng Chen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 10:26 AM To: [EMAIL PROTECTED] Subject: Re: How to set access restriction to servlets in tomcat? I added the tag in web.xml and restarted tomcat and apache. It still doesn't work. The follo

RE: How to set access restriction to servlets in tomcat?

2001-04-27 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
: Xiaofeng Chen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 10:26 AM To: [EMAIL PROTECTED] Subject: Re: How to set access restriction to servlets in tomcat? I added the tag in web.xml and restarted tomcat and apache. It still doesn't work. The following is my settings in web.xm

Re: How to set access restriction to servlets in tomcat?

2001-04-27 Thread Xiaofeng Chen
rvlet/IsItWorking BASIC timasta IsItWorking IsItWorking IsItWorking - Original Message - From: "JULIEN,TIMOTHY (HP-NewJersey,ex2)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 2:31 AM Subject: RE: How to set access restri

RE: How to set access restriction to servlets in tomcat?

2001-04-27 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
ECTED]] Sent: Thursday, April 26, 2001 5:49 PM To: [EMAIL PROTECTED] Subject: Re: How to set access restriction to servlets in tomcat? Hi, Tim: Thank you for your reply. I followed your instruction and edited the web.xml like the following: IsItWorking /servlet/IsItWorking /se

Re: How to set access restriction to servlets in tomcat?

2001-04-26 Thread Xiaofeng Chen
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 10:18 AM Subject: RE: How to set access restriction to servlets in tomcat? use the security-constraint element in web.xml: Secure Servlets /main/secure /main/secure main servlet main servlet org.fo

RE: How to set access restriction to servlets in tomcat?

2001-04-26 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
]]Sent: Thursday, April 26, 2001 11:05 AMTo: [EMAIL PROTECTED]Subject: How to set access restriction to servlets in tomcat? Could someone drop me any hints about how to set access restriction to servlets, please? One of my servlets needs to get the user name using request.getRemoteUser() method

How to set access restriction to servlets in tomcat?

2001-04-26 Thread Xiaofeng Chen
Could someone drop me any hints about how to set access restriction to servlets, please? One of my servlets needs to get the user name using request.getRemoteUser() method. Can we set access restriction to servlets in Tomcat?   Thanks for you help!