You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by JT Neville <jt...@spaceghost.net> on 2005/12/09 20:07:34 UTC

RE(4): Servelts under IIS or Apache integration

Fixed it. =)  Thanks all.

Two things:

/virtual_directory/servletname/*=main

Is the correct format (along with the *.jsp line)

And the isapi_redirect reg file can be used to set the location of the
uiworkermap.properties so you need to edit that one and not the global one
in the main Tomcat directory unless you edited the registry file to point at
that one, otherwise it defaults to just that virtual folders implementation.

Hope I wrote that up clearly. 

-----Original Message-----
From: JT Neville [mailto:jt.n@spaceghost.net] 
Sent: Friday, December 09, 2005 10:43 AM
To: 'Tomcat Users List'
Subject: RE(3): Servelts under IIS or Apache integration

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:jallohmarju@yahoo.com] 
Sent: Friday, December 09, 2005 12:50 AM
To: Tomcat Users List; jt.neville@spaceghost.net
Subject: re: Servelts under IIS or Apache integration

try */servlet/*=main

JT Neville <jt...@spaceghost.net> 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org