RE: Security constraint problem with v4.1.18

2002-12-28 Thread mech
should happen? Michael -Original Message- From: Peter Lee [mailto:[EMAIL PROTECTED]] Sent: Freitag, 27. Dezember 2002 21:22 To: [EMAIL PROTECTED] Subject: RE: Security constraint problem with v4.1.18 On 25 Dec 2002 at 13:30, mech wrote: I cannot tell if there's a difference

RE: Security constraint problem with v4.1.18

2002-12-25 Thread mech
] Subject: Security constraint problem with v4.1.18 I upgraded from 4.1.12 to 4.1.18, but I got some problems with security constraints. I have applied a security constraint on a particular url pattern. Only certain users with a special rolename can access that link. It used to work but now

Security constraint problem with v4.1.18

2002-12-24 Thread Peter Lee
I upgraded from 4.1.12 to 4.1.18, but I got some problems with security constraints. I have applied a security constraint on a particular url pattern. Only certain users with a special rolename can access that link. It used to work but now the page does not load with v4.1.18. Is SSL implemented

Security constraint problem with v4.1.18

2002-12-21 Thread Peter Lee
I upgraded from 4.1.12 to 4.1.18, but I got some problems with security constraints. I have applied a security constraint on a particular url pattern. Only certain users with a special rolename can access that link. It used to work but now the page does not load with v4.1.18. Is SSL implemented

login-config / security-constraint problem

2001-10-28 Thread Marek Dolgos
I am getting the following error in my catalina.out file when I try to access any file/servlet in my webapp. I don't understand why this is happening. I don't believe that there are any syntax errors in my web.xml file. I have JSSE set up and working. I confirmed this by removing the login-config

Security Constraint Problem

2001-02-09 Thread Alex A. Almero
i just set-up a security constraint for my context using the simpleRealm, i've tested it using this URL http://myserver:8080/mycontext/ (standalone server)works fine while using URL http://myserver/mycontext/ (tomcat-apache) did not work. what else do i need to configure? here's the