RE: Tricks for enabling manager host-manager via IIS

2007-03-06 Thread Dan Carwin
Resending...

Are there tricks/gotchas to getting IIS 6 to properly pass the auth
check for manager and host_manager to the browser?

 - We have enabled the manager and host-manager apps, and they work
through the http connector.
 - We have other apps working via isapi redirector.

The difference between the working apps and the manager/host-manager is
the auth mechanism, that is the use of the tomcat-user.xml file.  Only
manager and host-manager use this.

It seems like IIS is blocking the auth check, and so Tomcat returns a
403 when we try to talk to the manager app.

___

HTTP Status 403 - Access to the requested resource has been denied type
Status report message Access to the requested resource has been denied
description Access to the specified resource (Access to the requested
resource has been denied) has been forbidden. Apache Tomcat/5.5.17 
___

As a workaround we also tried doing the auth through IIS and setting
tomcatAuthentication=false in the connector, but this did not work.


Tomcat 5.5.17
JVM 1.5.0_11 
Isapi redirect 1.2.18
IIS 6.0

Thanks,
Dan Carwin

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



Tricks for enabling manager host-manager via IIS

2007-03-01 Thread Dan Carwin
Are there tricks to getting IIS 6 to properly pass the auth check for
manager and host_manager to the browser?

 - We have enabled the manager and host-manager apps, and they work
through the http connector.
 - We have other apps working via isapi redirector.

The difference between the working apps and the manager/host-manager is
the auth mechanism, that is the use of the tomcat-user.xml file.  Only
manager and host-manager use this.

It seems like IIS is blocking the auth check, and so Tomcat returns a
403 when we try to talk to the manager app.

___

HTTP Status 403 - Access to the requested resource has been denied
type Status report
message Access to the requested resource has been denied
description Access to the specified resource (Access to the requested
resource has been denied) has been forbidden.
Apache Tomcat/5.5.17
___

As a workaround we also tried doing the auth through IIS and setting
tomcatAuthentication=false in the connector, but this did not work.


Tomcat 5.5.17
JVM 1.5.0_11 
Isapi redirect 1.2.18
IIS 6.0

Thanks,
Dan Carwin

-
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_timeout

2006-11-06 Thread Dan Carwin
Is reply_timeout designed to be set...

1. only for the loadbalancing worker.
2. for every worker except the loadbalancer.
3. for every worker including the loadbalancer.

Thanks,
Dan Carwin

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