Title: IIS5 - Missing something very simple
Hi Bryan,
 
when specifying the 8080 port, you access your pages directly via
tomcat, you thus bypass IIS in that case.
You maybe configured tomcat with security rules (see tomcat.properties
and tomcat-users.xml)
 
If you would like to access tomcat through IIS, you need to use
URL without specifying the tomcat port (http://localhost/ for example).
 
Hope this helps,
Etienne
-----Original Message-----
From: Bryan Lipscy [mailto:[EMAIL PROTECTED]]
Sent: jeudi 22 f�vrier 2001 17:35
To: '[EMAIL PROTECTED]'
Subject: IIS5 - Missing something very simple

Good morning to all,

Quick config rundown:
[Root partition]
        Windows 2000 Server (no sp1)
        IIS5 (Ports 80, 81, 8080)
[Seperate partition]
        Apache 1.3.14 r2 (Port 90)
        JDK 1.3
        J2EE 1.3
        Tomcat 3.2.1


I know that I am missing something very simple.  When I call up http://localhost:8080 I am getting 403'd (You are not authorized to view this page).

Checked & re-checked my registry settings. 
Checked the config files. 
Sharing and/or web sharing is not enabled. 
IIS5 is set up with a jakarta web root pointed to the folder with the isapi_redirect.dll.
The isapi_redirect.dll is installed in the ISAPI filters and has a green arrow.

Anyone have any idea what it is that I am missing?

Bryan

Reply via email to