I generally doesn't help you get any answers if you keep posting the
same question over and over again.  In most cases questions go unanswered
because they don't make sense or the poster is not clear enough and no one
feels like clarifying it.

        So, to get you to stop posting the same question - what is it that
you are trying to do?  Have a virtual directory that contains both
JSP/servlets and HTML/GIF/etc files and have the HTML/GIF/etc served by IIS?
If so, in uriworkermap.properites add a new context, being careful to only
map your JSP and servlet URLs.  In Tomcat add the new context and make its
docBase the root for the virtual directory.  Now add the virtual directory
to IIS.  What happens is filters are processed before virtual directories so
isapi_redirect.dll sees the URL before IIS considers processing with a
virtual directory.  If isapi_redirect.dll thinks its a match it will hand
the request off to Tomcat and send the result back to IIS, thus skipping the
virtual directory processing.

        Randy

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 7:47 AM
To: S Ramakrishnan; [EMAIL PROTECTED]
Subject: Antwort:RE: TOMCAT-IIS 5.0





I'm trying to working with TOMCAT 3.2.1 and Internet Information Server 5.0
. I have two JSP-pages.  If I put them into the directory
e:/jakarta-tomcat-3.2.1/webapps/examples  and I call them from my browser
everything works.

BUT I would like to put my JSP-pages into a virtual directory in IIS 5.0.
Which configurations files I have to modify? And how I have to modify them?
I tried to change the names of the directories into the server.xml file
but,... it doesn't work. I also tried to change the workers' files but also
without success. The documentation of Tomcat I found in Internet about how
to do that,is not completed.

I'm looking forward your answer.

Sincerely,

Maribel Rodriguez




____________________Antwort-Abtrennung____________________
Betreff:  RE: TOMCAT-IIS 5.0
Verfasser:     "S Ramakrishnan" <[EMAIL PROTECTED]>
Datum:    3/9/2001 4:51 PM




       Hallo -

       Sie sprechen aussgezeichnet Deutsch.
       Ich will versuchen Ihnen mit diesem
       Problem zu helfen, wenn Sie mir versprechen
       dass Sie mir mit Verbesserung meiner
       Deutschkentnisse helfen wu"rden :-).

       Vielen Dank,

       Rk
       x77309

       ----- Original Message -----
       From: <[EMAIL PROTECTED]>
       To: <[EMAIL PROTECTED]>
       Sent: Friday, March 09, 2001 9:28 AM
       Subject: TOMCAT-IIS 5.0




       ich versuche seit 2 Tage,  die JSP Seiten auf den Web Server
       aufzurufen.
       Dazu habe ich ein Program ( "Tomcat 3.2.1") um das zu machen. Wenn
ich
       die
       Seiten in einem bestimten directory von meiner Festplatte habe (
       e:/jakarta-tomcat-3.2.1/webapps/examples) gibt es kein Problem. Aber
       ich
       möchte die Seiten auf den IIS 5.0 haben (in einem Virtual Directory,
       "search_machine").

       Die Frage ist... wo und wie kann ich konfigurieren dass ich die
Seiten
       aus
       diesen virtual directory holen muss? Ich habe es in SERVER.XML
versucht
       aber .. geht nicht. Soll ich auch etwas in uriworkermap.properties
       ändern?
       Ist das überhaupt möglich?


       Vielen Dank.

       Maribel Rodriguez




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




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



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

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

Reply via email to