You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by shlomi sarfati <sh...@navixo.com> on 2001/02/08 16:27:49 UTC

security and iis

Hi 
I define a security constraint for one servlet in my tomcat . 
it is running fine if I am trying to go through localhost:8080/myServlet
(asking for user name and password which are defined in the tomcat-users.xml file)
but when I go through the iis (http://localhost/myServlet) it requires a domain in addition to the user name and password 
where can I change this parameter , how do i manage this ??