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