You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Shan Fu <sh...@bpa.arizona.edu> on 2002/09/05 23:52:28 UTC

Manger problem when integrate Tomcat 4 with IIS

Tomcat 4.0.4 and IIS 5 on Windows 2000 professional is successfully
installed and integrated. Example application runs well. When I try to
access manager, a authentication challenge window popped up - everything
is ok till this time - but the problem is that I got a three field
window instead of the two one. I was asked for a "Domain" name. What is
this supposed to be? I tried our network domain name with and without
the suffix, I add a new user with the same name and password as the one
specified in the tomcat-user.xml file...still not work. Anyone has any
idea?
 
Thanks.

RE: Manger problem when integrate Tomcat 4 with IIS

Posted by admin <ad...@riskdecisions.com>.
Could it be your NT domain name?

Best Wishes
John Burgess
john@riskdecisions.com
Tel: 01865 718666 
Fax: 01865 718600


-----Original Message-----
From: Shan Fu [mailto:shan@bpa.arizona.edu]
Sent: Thursday, September 05, 2002 10:52 PM
To: tomcat-dev@jakarta.apache.org
Subject: Manger problem when integrate Tomcat 4 with IIS


Tomcat 4.0.4 and IIS 5 on Windows 2000 professional is successfully
installed and integrated. Example application runs well. When I try to
access manager, a authentication challenge window popped up - everything
is ok till this time - but the problem is that I got a three field
window instead of the two one. I was asked for a "Domain" name. What is
this supposed to be? I tried our network domain name with and without
the suffix, I add a new user with the same name and password as the one
specified in the tomcat-user.xml file...still not work. Anyone has any
idea?
 
Thanks.

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.384 / Virus Database: 216 - Release Date: 21/08/02
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.384 / Virus Database: 216 - Release Date: 21/08/02
 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Manger problem when integrate Tomcat 4 with IIS

Posted by Jacob Kjome <ho...@visi.com>.
The domain box serves the same purpose as adding domain\myusername to the 
main username box.

So, lets say our domain is "jedi".  On Netscape or other browsers that only 
offer username/password entires, you would log into the jedi domain with 
your username like this:

jedi\myusername
mypassword

With IE providing the extra domain box, you would do the same thing like this:

myusername
mypassword
jedi


If you have users set up under certain NT domains, then you would need 
this.  I don't think it is required if the user is just an NT user on the 
current server, though.  You should be able to leave the domain box blank 
in that case.  I haven't tested that, but you can try it a number of ways 
to see what works for you.

Jake

At 02:52 PM 9/5/2002 -0700, you wrote:
>Tomcat 4.0.4 and IIS 5 on Windows 2000 professional is successfully
>installed and integrated. Example application runs well. When I try to
>access manager, a authentication challenge window popped up - everything
>is ok till this time - but the problem is that I got a three field
>window instead of the two one. I was asked for a "Domain" name. What is
>this supposed to be? I tried our network domain name with and without
>the suffix, I add a new user with the same name and password as the one
>specified in the tomcat-user.xml file...still not work. Anyone has any
>idea?
>
>Thanks.