You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lorenzo Soncini <ls...@delta.it> on 2000/12/20 13:00:34 UTC

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" <ls...@delta.it>
To: <to...@jakarta.apache.org>
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" <St...@mchp.siemens.de>
To: <to...@jakarta.apache.org>
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:lsoncini@delta.it]
Gesendet: Mittwoch, 20. Dezember 2000 10:47
An: tomcat-user@jakarta.apache.org
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