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
ssage-
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
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
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?
have you install the connector between tomcat and IIS6?
Marju
JT Neville <[EMAIL PROTECTED]> wrote: Hello, checked FAQ's, Googled,
trial/errored and still unclear how to
resolve this.
I have a servlett that works in Tomcat over 8080 (in standalone mode) [it's
a form that passes informat
Hello, checked FAQ's, Googled, trial/errored and still unclear how to
resolve this.
I have a servlett that works in Tomcat over 8080 (in standalone mode) [it's
a form that passes information in XML format to a file], but when I
integrated Tomcat into IIS6, the servlett no longer responds when s