Hi all,

I have configured Tomcat to work with IIS and it it is working.

But I am facing this problem....

I have created a context known as "rsrcadmn" in the Tomcat.
I have added this line in uriworkermap.properties :
        
        /rsrcadmn/*=ajp12

and I have removed the entry

        /examples/*=ajp12

But when I invoke http://localhost/rsrcadmn/servlet/MasterServlet 
I am getting a 404.

But when I invoke http://localhost/examples/servlet/MasterServlet 
I am getting the response.

I am not able to understand why is the response is coming even if 
I have removed the examples entry in the uriworkermap.properties and 
why I am getting a 404 for the rsrcadmn request.


Please help

TIA

Rahul Desai



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to