Just an idea:

In http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html I read
the following:
Network name of this virtual host, as registered in your Domain Name Service
server. One of the Hosts nested within an Engine MUST have a name that
matches the defaultHost setting for that Engine. See Host Name Aliases for
information on how to assign more than one network name to the same virtual
host.

I would try to change your server.xml the following way
        old:
    <Engine name="Standalone" defaultHost="localhost" debug="99">
        new:
    <Engine name="Standalone" defaultHost="www.yourIISHostname.com"
debug="99">

        old:
    <Host name="localhost" debug="99" appBase="webapps" unpackWARs="true">
        new:
    <Host name="www.yourIISHostname.com" debug="99" appBase="webapps"
unpackWARs="true">


As I have no Tomcat at hand I'm not able to check if this works but please
let me know what happens.


mit freundlichen Gr�ssen 

Galexis AG 
Beat Friedli � SW-Entwicklung (DDIS/ASW)
Grubenstrasse 11 � CH-3322 Schoenbuehl
tel: +41 (0)31 858 72 32 � fax: +41 (0)31 858 78 81




> -----Urspr�ngliche Nachricht-----
> Von: Cox, Charlie [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 6. Juni 2002 21:07
> An: 'Tomcat Users List'
> Betreff: RE: Pl help : I am stuck : Getting the manager app 
> to work with
> t omcat 4.0.3 and IIS 5.0
> 
> 
> You need to define the manager app under the 'Tomcat-Apache' 
> service as well
> as under 'Tomcat-Standalone'
> 
> Charlie
> 
> > -----Original Message-----
> > From: Sankaranarayanan (Ganesh) Ganapathy 
> > [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 06, 2002 2:27 PM
> > To: Tomcat Users List
> > Subject: RE: Pl help : I am stuck : Getting the manager app 
> > to work with
> > tomcat 4.0.3 and IIS 5.0
> > 
> > 
> > Thanx for the response. The manager app does work with tomcat 
> > in standalone mode.
> > 
> > IT doesnt work only when I have tomcat talking to IIS.
> > 
> > The example app does work in this mode, only the manager app 
> > that is configured to do basic authentication doesnt work. 
> > 
> > IIS does seem to forward the request to the AJP Connector in 
> > Tomcat - but the request seems to be immediately rejected 
> > with the 'access to the specified resource is denied'. I was 
> > expecting tomcat to put the challenge/reponse box like in the 
> > regular case.
> > 
> > In the case of the Tomcat working with external webserver, is 
> > there anything extra that I need to do to get its basic 
> > authentication to work?
> > 
> > Has any one got the manager app working with Tomcat and IIS? 
> > If so can you help?
> > 
> > --Ganesh
> > 
> > 
> > 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 06, 2002 11:15 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Pl help : I am stuck : Getting the manager app 
> > to work with
> > tomcat 4.0.3 and IIS 5.0
> > 
> > 
> > Have you looked in the Catalina.policy file?  I think 
> > somewhere in there you
> > should have a grant statement to that manager directory.
> > 
> > Bao-Ha Dam Bui
> > [EMAIL PROTECTED]
> > S. Jude Medical, Inc
> > 651.765.1018
> > 
> > 
> > -----Original Message-----
> > From: Sankaranarayanan (Ganesh) Ganapathy 
> > [mailto:[EMAIL PROTECTED]] 
> > Sent: Thursday, June 06, 2002 1:06 PM
> > To: Tomcat Users List
> > Subject: Pl help : I am stuck : Getting the manager app to 
> > work with tomcat
> > 4.0.3 and IIS 5.0
> > 
> > Can somebody help, I am clueless as to how fix it, I have 
> > searched the net
> > exhaustively!
> > 
> > Has any one got this to work?
> > 
> > 
> > Hi All, 
> > 
> > I have setup IIS and tomcat successfully - I can get to the 
> > example webapps.
> > 
> > But when I try to access the manager app I get the message - 
> > Access to the
> > specified resource is denied.
> > 
> > The jakarta virtual directory has read and execute 
> premission and the
> > anonymous acces is enabled.
> > 
> > What should I do to get this working
> > 
> > Thanx
> > Ganesh
> > 
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > 
> > 
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > 
> > --
> > To unsubscribe, e-mail:   
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: 
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to