Hi All,
2 Questions:
I followed instructions that I found on the internet for integrating
IIS and TOMCAT. I finally got it to work for the examples directory that
those instructions are used for. I cant, however, get it to work with other
contexts in my server.xml.
Question 1: Assuming that the context is in ur server.xml. Is the
only other process to put the /mycontext/*=ajp12 or /mycontext/*=ajp13 in ur
uriworkermapping.properties file?
I have a context for the manager that comes with Tomcat. It was already in
my server.xml file and all I did was add /manager/*=ajp13 to my
uriworkermapping.properties file. Even that does not work.
Question 2: Once someone explains what I'm doing wrong w/ the
non-examples contexts, this will probably be clear to me as well but.. how
do u get a jsp/servlet that is in the ROOT webapps directory to deploy with
http://localhost/?
The context says <Context path="" docBase="ROOT" debug="0"/>
So I did *=ajp13 in my uri mappings. That didnt work. So I did /*=ajp13.
That doesnt work either.
Thanks,
-Tim
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>