Niki Diulgerov wrote:
Yes it works when I connect directly to tomcat

Best regards,

Activate an access log in tomcat and check, if you are really talking to the right instance. Even if access gets denied, one access log line should show up.

What's the header text of the basic authentication box, that asks for the credentials?

What do you get in the log file, if you increase the log level of the isapi redirector to debug? It should contain the information, if the request actually gets forwarded to tomcat. You might want to post the log lines resulting from an attempt. Please replace credentials contained in the log file by XXX before posting :)

Regards,

Rainer


Nikolay Diulgerov
Network Administrator
E-mail: [EMAIL PROTECTED]
Telephone : +33 4 89 87 77 77
Fax :       +33 4 89 87 77 00
Web: http://www.codix-france.com




Rainer Jung wrote:
Niki Diulgerov wrote:
Hello there,
I'm trying to setup IIS6 + apache_tomcat running on different machine.
I read alot on internet and succeeded to implement this but now (maybe very simple) problem appeared.
if I set in uriworker.maps
/*=client
where client is my worker
and open the site ... default tomcat home page appears
but when I try to open MANAGER link the separate window where I have to put the username and password appears again and again even that I'm writing the correct user and password. It seems to be some problem with the basic authentication implemented in tomcat.
any application works fine but the basic authentication not.
Someone solved such problem ?

Does it work, when you connect directly to the tomcat http port (by default 8080)? If no, it doesn't have to do with IIS, but with your user and group setup.

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to