Didn't work. Any pointers to documentation on this kind of thing (servlet path mapping etc...) anywhere? I've built up a fresh install dev server to test from but I ran into the same error so at least I know it's definitely related to the IIS - Tomcat handoff.
-----Original Message----- From: marju jalloh [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 12:50 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: re: Servelts under IIS or Apache integration try */servlet/*=main JT Neville <[EMAIL PROTECTED]> wrote: Anyone clarify this for me? Using IIS and Tomcat, I created this file: uiworkermap.properties with this text in it (as suggested by Reynir - http://www.reynir.net/java/greinar/nr/52) /*jsp=main /servlet/*=main I expect the above is for the root folder only? Can anyone confirm? Now my custom servlet is set to run in another virtual root, for example "webx" http://www.foo.org/webx/servlets/SurveyXMLServlet?etc.... So would I need to add some lines like below to get my servlet to go? /webx/SurveyXMLServlet/*=main or maybe? /SurveyXMLServlet/*=main or even? SurveyXMLServlet/*=webx Any insight would be appreciated. I'm not exactly clear on what the rules are for these paths. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]