Hi,
[EMAIL PROTECTED] wrote:
> Of course I've tried your hint:
> -I've defined a user on my workstation (Win2K): tomcat/tomcat. It is
> member of almost all the local groups. I've defined the same
> user in the
> tomcat-users.xml
Okay.
> -I've entered the groups into the <security-constraint> in web.xml
> (Benutzer, ...)
All I can say is that I had only _one_ group in my webapp. My
<security-constraint> (and <login-config>) looked like this:
<security-constraint>
<web-resource-collection>
<web-resource-name>synthMAG</web-resource-name>
<url-pattern>/*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>synthmagguest</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>synthMAG</realm-name>
</login-config>
> -I have defined no restriction into the IIS
Okay.
> This was without success. Do you miss something in my configuration?
Nope. Unfortunately your problem seems to be much deeper...
> The BASIC authentication did not work, even accessing the
> pages directly
You mean through port 8080 it did not work either? Sounds strange.
bestWISHES
Ingo
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>