You have to write the following in the uriworkermap.properties:
/Ugo/*.jsp=ajp12
/Ugo/servlet/*=ajp12
The first is for the JSP's and the second for the servlets.
-----Urspr�ngliche Nachricht-----
Von: Lorenzo Soncini [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 20. Dezember 2000 13:01
An: [EMAIL PROTECTED]
Betreff: Fw: Tomcat and IIS 5.0 An example
Here the problem
If I make a call
http://ls234/Ugo/Elenco.jsp
The server ignore the JSP tags and return the file as an STATIC HTML FILE,
but if I call the same file with
http://ls234:8080/Ugo/Elenco.jsp
all work fine, the JSp call my beeans and its work!
Lorenzo
----- Original Message -----
From: "Lorenzo Soncini" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 20, 2000 12:47 PM
Subject: Re: Tomcat and IIS 5.0
This is my configuration
D:\Tomcat\Webapps\MyApp\ with inside JSP and servlet
C:\InetPub\wwwroot\ with inside the WEB Site (HTML,ASP,......)
I need that:
If I call http://server/myapp/*.* respond the tomcat for jsp and
servlet...and IIS for ASP and Static.
if I call any other adress..respond my IIS.
Thanks
----- Original Message -----
From: "Krieg Steffen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 20, 2000 12:33 PM
Subject: AW: Tomcat and IIS 5.0
And what is your problem?
It works fine on my machine ...
-----Urspr�ngliche Nachricht-----
Von: Lorenzo Soncini [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 20. Dezember 2000 10:47
An: [EMAIL PROTECTED]
Betreff: Tomcat and IIS 5.0
Hi folks.
I have installed the Tomcat 3.2 on Windows 2000 and JDK 1.3 + 1.2EE. I need
to integrate Tomcat with IIS 5 so I can use Servlet and JSP on my sites.
Thanks
Lorenzo Soncini