Why dont you try anonter name for the app / context besides ROOT

----- Original Message ----- 
From: "John Lusk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 11:02 PM
Subject: Help with Windows & IIS


I am just loading my server with Tomcat.  I got all the examples to run
correctly with IIS 5.0.  I am now trying to set up my own application.
I went though all the configurations I could find on the Jakarta site.
I made a virtual directory for IAP in IIS.  I opened the server.xml and
added

<Context path="/IAP" 
                 docBase="webapps/ROOT" 
                 crossContext="false"
                 debug="0" 
                 reloadable="true" > 
        </Context>

Also added to uriworkermap.properties

/IAP/*=ajp12
/ROOT/*=ajp12


I must be missing something.  Any help would be appreciated.

John

Reply via email to