This is not a valid address at SNL Securities (http://www.snl.com).  Please remove 
him/her from your mailing list or address book.


Your message reads:

Received: from snlexch.snl.com (unverified [10.0.1.9]) by mail.snl.com
 (Rockliffe SMTPRA 4.5.4) with ESMTP id <[EMAIL PROTECTED]> for 
<[EMAIL PROTECTED]>;
 Thu, 22 Feb 2001 15:10:59 -0500
Received: by SNLEXCH with Internet Mail Service (5.5.2653.19)
        id <F3WAVKV3>; Thu, 22 Feb 2001 15:08:40 -0500
Received: from mail.snl.com (SNLDMZBDC [10.0.0.7]) by snlexch.snl.com with SMTP 
(Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
        id F3WAVKVM; Thu, 22 Feb 2001 15:08:36 -0500
Received: from apache.org (unverified [64.208.42.41]) by mail.snl.com
 (Rockliffe SMTPRA 4.5.4) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>;
 Thu, 22 Feb 2001 15:10:55 -0500
Received: (qmail 59000 invoked by uid 500); 22 Feb 2001 17:39:35 -0000
Received: (qmail 58992 invoked from network); 22 Feb 2001 17:39:32 -0000
Received: from mail.datachannel.com (HELO belsmtp1.datachannel.com) (12.104.65.69)
  by h31.sny.collab.net with SMTP; 22 Feb 2001 17:39:32 -0000
Received: by belsmtp1.datachannel.com with Internet Mail Service (5.5.2653.19)
        id <1KBC80Q9>; Thu, 22 Feb 2001 09:39:02 -0800
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
Reply-To: [EMAIL PROTECTED]
list-help: <mailto:[EMAIL PROTECTED]>
list-unsubscribe: <mailto:[EMAIL PROTECTED]>
list-post: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
From: Bryan Lipscy <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: IIS5 - Missing something very simple
Date: Thu, 22 Feb 2001 09:39:08 -0800
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative;
        boundary="----_=_NextPart_001_01C09CF6.5BC6FFB0"
X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N

------_=_NextPart_001_01C09CF6.5BC6FFB0
Content-Type: text/plain;
        charset="iso-8859-1"

Directory security is set for anonymous using the TOMCAT account.
Integrated windows authentication is disabled. 

tomcat.properties: 
security.selfservlet=false 

tomcat-users.xml: 
<tomcat-users> 
  <user name="tomcat" password="tomcat" roles="tomcat" /> 
  <user name="role1"  password="tomcat" roles="role1"  /> 
  <user name="both"   password="tomcat" roles="tomcat,role1" /> 
</tomcat-users> 

Same 403 error regardless of what port IIS is set on. 

Tomcat is throwing this exception at startup: 

Including all jars in D:\app\tomcat\lib in your CLASSPATH. 

Using CLASSPATH:
D:\app\tomcat\classes;D:\app\tomcat\lib\ant.jar;D:\app\tomcat\lib\jasper
.jar;D:\app\tomcat\lib\jaxp.jar;D:\app\tomcat\lib\parser.jar;D:\app\tomc
at\lib\servlet.jar;D:\app\tomcat\lib\webserver.jar;D:\app\tomcat\lib\pro
jsp.jar;D:\app\tomcat\classes;D:\app\tomcat\lib\ant.jar;D:\app\tomcat\li
b\jasper.jar;D:\app\tomcat\lib\jaxp.jar;D:\app\tomcat\lib\parser.jar;D:\
app\tomcat\lib\servlet.jar;D:\app\tomcat\lib\webserver.jar;D:\app\java\j
2sdk_1.3\lib\tools.jar;D:\app\java\j2sdk_1.3\lib\tools.jar

Startup command = "D:\app\java\j2sdk_1.3\bin\java"
-Dtomcat.home="D:\app\tomcat" org.apache.tomcat.startup.Tomcat 
Starting Tomcat in new window 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx( /examples ) 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx( /admin ) 
Starting tomcat. Check logs/tomcat.log for error messages 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx(  ) 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx( /test ) 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx( /projsp.jar ) 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx( /projsp ) 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx( /Readme.txt ) 
2001-02-22 09:33:57 - ContextManager: Adding context Ctx(
/isapi_redirect.dll ) 
D:\app\tomcat\webapps\projsp\ch11\init.conf (The system cannot find the
path specified) 
--> 20010222.093358.397: error: main:
javax.servlet.UnavailableException: The directory
D:\app\tomcat\webapps\projsp\ch14\photos specified in the
image.directory initialization parameter does not exist.

        at
com.magiccookie.photodb.PhotoServlet.init(PhotoServlet.java:153) 
        at
org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317) 
        at org.apache.tomcat.core.Handler.init(Handler.java:215) 
        at
org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296) 
        at
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnSta
rtupInterceptor.java:130) 
        at
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:49
1) 
        at
org.apache.tomcat.core.ContextManager.init(ContextManager.java:453) 
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195) 
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) 

cannot load servlet name: PhotoServlet 
FATAL:java.net.BindException: Address in use: JVM_Bind 
java.net.BindException: Address in use: JVM_Bind 
        at java.net.PlainSocketImpl.socketBind(Native Method) 
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:397) 
        at java.net.ServerSocket.<init>(ServerSocket.java:170) 
        at java.net.ServerSocket.<init>(ServerSocket.java:121) 
        at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultSer
verSocketFactory.java:97) 
        at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.
java:239) 
        at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:1
88) 
        at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527) 
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202) 
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) 
Press any key to continue . . . 
D:\app\tomcat\bin> 

  
I do not see D:\app\tomcat\webapps\projsp\ch14\photos in the projsp.jar
file although there are sub-directories for photos.  index.jsp resides
in photos\grand-teton.




-----Original Message----- 
From: Randy Layman [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Thursday, February 22, 2001 8:13 AM 
To: [EMAIL PROTECTED] 
Subject: RE: IIS5 - Missing something very simple 



        Since you have IIS running on port 8080, I would be willing to
be 
that you have turned on directory security for the directory that you
are 
requesting.  Either turn it off, or use a username/password that IIS
knows 
about (i.e. machine logins) 


        Randy 

-----Original Message----- 
From: Etienne Baert (SPS Europe) [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: Thursday, February 22, 2001 11:43 AM 
To: [EMAIL PROTECTED] 
Subject: RE: 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/
<http://localhost/>  for example). 
  
Hope this helps, 
Etienne 
-----Original Message----- 
From: Bryan Lipscy [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ] 
Sent: jeudi 22 fevrier 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 <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 

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


------_=_NextPart_001_01C09CF6.5BC6FFB0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: IIS5 - Missing something very simple</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Directory security is set for anonymous using the =
TOMCAT account.&nbsp; Integrated windows authentication is =
disabled.</FONT>
</P>

<P><FONT SIZE=3D2>tomcat.properties:</FONT>
<BR><FONT SIZE=3D2>security.selfservlet=3Dfalse</FONT>
</P>

<P><FONT SIZE=3D2>tomcat-users.xml:</FONT>
<BR><FONT SIZE=3D2>&lt;tomcat-users&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp; &lt;user name=3D&quot;tomcat&quot; =
password=3D&quot;tomcat&quot; roles=3D&quot;tomcat&quot; /&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp; &lt;user name=3D&quot;role1&quot;&nbsp; =
password=3D&quot;tomcat&quot; roles=3D&quot;role1&quot;&nbsp; =
/&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp; &lt;user name=3D&quot;both&quot;&nbsp;&nbsp; =
password=3D&quot;tomcat&quot; roles=3D&quot;tomcat,role1&quot; =
/&gt;</FONT>
<BR><FONT SIZE=3D2>&lt;/tomcat-users&gt;</FONT>
</P>

<P><FONT SIZE=3D2>Same 403 error regardless of what port IIS is set =
on.</FONT>
</P>

<P><FONT SIZE=3D2>Tomcat is throwing this exception at startup:</FONT>
</P>

<P><FONT SIZE=3D2>Including all jars in D:\app\tomcat\lib in your =
CLASSPATH.</FONT>
</P>

<P><FONT SIZE=3D2>Using CLASSPATH: =
D:\app\tomcat\classes;D:\app\tomcat\lib\ant.jar;D:\app\tomcat\lib\jasper=
.jar;D:\app\tomcat\lib\jaxp.jar;D:\app\tomcat\lib\parser.jar;D:\app\tom=
cat\lib\servlet.jar;D:\app\tomcat\lib\webserver.jar;D:\app\tomcat\lib\pr=
ojsp.jar;D:\app\tomcat\classes;D:\app\tomcat\lib\ant.jar;D:\app\tomcat\l=
ib\jasper.jar;D:\app\tomcat\lib\jaxp.jar;D:\app\tomcat\lib\parser.jar;D:=
\app\tomcat\lib\servlet.jar;D:\app\tomcat\lib\webserver.jar;D:\app\java\=
j2sdk_1.3\lib\tools.jar;D:\app\java\j2sdk_1.3\lib\tools.jar</FONT></P>

<P><FONT SIZE=3D2>Startup command =3D =
&quot;D:\app\java\j2sdk_1.3\bin\java&quot;&nbsp; =
-Dtomcat.home=3D&quot;D:\app\tomcat&quot; =
org.apache.tomcat.startup.Tomcat</FONT>
<BR><FONT SIZE=3D2>Starting Tomcat in new window</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /examples )</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /admin )</FONT>
<BR><FONT SIZE=3D2>Starting tomcat. Check logs/tomcat.log for error =
messages</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx(&nbsp; )</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /test )</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /projsp.jar )</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /projsp )</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /Readme.txt )</FONT>
<BR><FONT SIZE=3D2>2001-02-22 09:33:57 - ContextManager: Adding context =
Ctx( /isapi_redirect.dll )</FONT>
<BR><FONT SIZE=3D2>D:\app\tomcat\webapps\projsp\ch11\init.conf (The =
system cannot find the path specified)</FONT>
<BR><FONT SIZE=3D2>--&gt; 20010222.093358.397: error: main: =
javax.servlet.UnavailableException: The directory =
D:\app\tomcat\webapps\projsp\ch14\photos specified in the =
image.directory initialization parameter does not exist.</FONT></P>

<P><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
com.magiccookie.photodb.PhotoServlet.init(PhotoServlet.java:153)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)</F=
ONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.core.Handler.init(Handler.java:215)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)</FON=
T>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.context.LoadOnStartupInterceptor.contextInit(LoadOnSta=
rtupInterceptor.java:130)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.core.ContextManager.initContext(ContextManager.java:49=
1)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.core.ContextManager.init(ContextManager.java:453)</FON=
T>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)</FONT>
</P>

<P><FONT SIZE=3D2>cannot load servlet name: PhotoServlet</FONT>
<BR><FONT SIZE=3D2>FATAL:java.net.BindException: Address in use: =
JVM_Bind</FONT>
<BR><FONT SIZE=3D2>java.net.BindException: Address in use: =
JVM_Bind</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
java.net.PlainSocketImpl.socketBind(Native Method)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:397)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:170)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:121)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultSer=
verSocketFactory.java:97)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.=
java:239)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:1=
88)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)</FO=
NT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at =
org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)</FONT>
<BR><FONT SIZE=3D2>Press any key to continue . . .</FONT>
<BR><FONT SIZE=3D2>D:\app\tomcat\bin&gt;</FONT>
</P>

<P><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>I do not see =
D:\app\tomcat\webapps\projsp\ch14\photos in the projsp.jar file =
although there are sub-directories for photos.&nbsp; index.jsp resides =
in photos\grand-teton.</FONT></P>
<BR>
<BR>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Randy Layman [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:randy.layman@aswethink=
.com</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Thursday, February 22, 2001 8:13 AM</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: RE: IIS5 - Missing something very =
simple</FONT>
</P>
<BR>
<BR>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>Since you =
have IIS running on port 8080, I would be willing to be</FONT>
<BR><FONT SIZE=3D2>that you have turned on directory security for the =
directory that you are</FONT>
<BR><FONT SIZE=3D2>requesting.&nbsp; Either turn it off, or use a =
username/password that IIS knows</FONT>
<BR><FONT SIZE=3D2>about (i.e. machine logins)</FONT>
</P>
<BR>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
SIZE=3D2>Randy</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Etienne Baert (SPS Europe) [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Thursday, February 22, 2001 11:43 AM</FONT>
<BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>Subject: RE: IIS5 - Missing something very =
simple</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Hi Bryan,</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>when specifying the 8080 port, you access your pages =
directly via</FONT>
<BR><FONT SIZE=3D2>tomcat, you thus bypass IIS in that case.</FONT>
<BR><FONT SIZE=3D2>You maybe configured tomcat with security rules (see =
tomcat.properties</FONT>
<BR><FONT SIZE=3D2>and tomcat-users.xml)</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>If you would like to access tomcat through IIS, you =
need to use</FONT>
<BR><FONT SIZE=3D2>URL without specifying the tomcat port (<A =
HREF=3D"http://localhost/" TARGET=3D"_blank">http://localhost/</A> for =
example).</FONT>
<BR><FONT SIZE=3D2>&nbsp;</FONT>
<BR><FONT SIZE=3D2>Hope this helps,</FONT>
<BR><FONT SIZE=3D2>Etienne</FONT>
<BR><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Bryan Lipscy [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>=
]</FONT>
<BR><FONT SIZE=3D2>Sent: jeudi 22 f=E9vrier 2001 17:35</FONT>
<BR><FONT SIZE=3D2>To: '[EMAIL PROTECTED]'</FONT>
<BR><FONT SIZE=3D2>Subject: IIS5 - Missing something very simple</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Good morning to all, </FONT>
<BR><FONT SIZE=3D2>Quick config rundown: </FONT>
<BR><FONT SIZE=3D2>[Root partition] </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows =
2000 Server (no sp1) </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IIS5 =
(Ports 80, 81, 8080) </FONT>
<BR><FONT SIZE=3D2>[Seperate partition] </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Apache =
1.3.14 r2 (Port 90) </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JDK 1.3 =
</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; J2EE 1.3 =
</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tomcat =
3.2.1 </FONT>
</P>
<BR>

<P><FONT SIZE=3D2>I know that I am missing something very simple.&nbsp; =
When I call up</FONT>
<BR><FONT SIZE=3D2><A HREF=3D"http://localhost:8080" =
TARGET=3D"_blank">http://localhost:8080</A> I am getting 403'd (You are =
not authorized to view</FONT>
<BR><FONT SIZE=3D2>this page).</FONT>
<BR><FONT SIZE=3D2>Checked &amp; re-checked my registry settings.&nbsp; =
</FONT>
<BR><FONT SIZE=3D2>Checked the config files.&nbsp; </FONT>
<BR><FONT SIZE=3D2>Sharing and/or web sharing is not enabled.&nbsp; =
</FONT>
<BR><FONT SIZE=3D2>IIS5 is set up with a jakarta web root pointed to =
the folder with the</FONT>
<BR><FONT SIZE=3D2>isapi_redirect.dll. </FONT>
<BR><FONT SIZE=3D2>The isapi_redirect.dll is installed in the ISAPI =
filters and has a green</FONT>
<BR><FONT SIZE=3D2>arrow. </FONT>
<BR><FONT SIZE=3D2>Anyone have any idea what it is that I am missing? =
</FONT>
<BR><FONT SIZE=3D2>Bryan </FONT>
</P>

<P><FONT =
SIZE=3D2>---------------------------------------------------------------=
------</FONT>
<BR><FONT SIZE=3D2>To unsubscribe, e-mail: =
[EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>For additional commands, email: =
[EMAIL PROTECTED]</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C09CF6.5BC6FFB0--


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

Reply via email to