Really appreciate you all hang in there.

Windows 2003 Server
IIS 6.0.. (5.0 isolation mode)
j2sdk1.4.2_03
Jakarta Tomcat 5.0.16

Well I think I'm making progress here but I'm not
there yet.

http://localhost:8080/jsp-examples/index.html and its
links work fine.

http://localhost/jsp-examples/index.html and its links
work fine
and the
IIS log file indicates that /jakarta/isapi_redirector2
is being run on port 80 and gives a 200 0 0 status from the
connection.

That all seems to be working.

I put a examples directory under c:\inetpub\wwwroot.
Copied the servlet examples (html) files from the
servlet-examples directory under tomcat_home.

http://localhost/examples/index.html

which works and I have access to the links
click the hello world link and I get the url

http://localhost/examples/servlet/HelloWorldExample
with
The page cannot be found or a 404 0 3 status message in
the IIS log file.

The IIS log file also indicates that jakarta/isapi_redirector2.dll
is not being accessed or run at the time the link is clicked.

Where did I take the wrong turn.

Your help would be greatly appreciated.
Thanks
Stew

> My configuration link seems to be dead, but the suggested link below
> should
> work, however, I did not turn on Isolation mode. I wanted the full IIS6
> capabilities.  It still works fine for me.
>
> Try it and see what you get.
>
> Richard Norman
>
> -----Original Message-----
> From: Jeff Greenland [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 29, 2003 9:13 PM
> To: Tomcat Users List
> Subject: RE: IIS6 connection toTomcat on Win 2003 Server
>
> This is a good resource that I've found:
> http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html
> Not sure if it'll help you out or not, but it's worth a shot.
>
> Jeff
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 29, 2003 7:17 PM
> To: Tomcat Users List
> Subject: RE: IIS6 connection toTomcat on Win 2003 Server
>
>
> isapi_redirect2.dll is/was added/in the Web Service Extensions. My gut
> feeling is its something in the server.xml, workers2.properties,
> jk2.properties or some other file(s) I may have left out.. Where does
> the web.xml fall in to all of this?
>
> Web, tomcat and java directories have read execute permissions for the
> IUSR user. Is there any reason to bump that up to write create? Log
> files seem to be getting updated ok and there isn't any scarie log
> entries that point to any thing.
>
> Really appreciate your help and getting back.
> Thanks.
>
>
>> It *looks* like the guide you followed did not include the changes to
>> web service extensions to allow the ISAPI application to run.
>>
>> In the IIS manager, click on the "Web Service Extensions" folder.  On
>> the right side, click on the "Add a new Web service extension" link.
>> Type in any Extension name you want (I used "Jakarta-Tomcat"), then
>> click the "Add" button and add the "isapi_redirect2.dll" file.  Then
>> check the "Set extension status to Allowed" box at the bottom and
>> click "OK".  You'll have to restart IIS (right click on your computer
>> name in the IIS Manager, then click "All Tasks --> Restart IIS")
>> before it'll take effect.
>>
>> Give that a shot!
>>
>> Jeff
>>
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Sent: Monday, December 29, 2003 4:56 PM
>> To: [EMAIL PROTECTED]
>> Subject: IIS6 connection toTomcat on Win 2003 Server
>>
>> Greetings.
>>
>> Windows 2003 server running IIS 6.0. (IIS 5.0 isolation mode)
>> j2sdk1.4.2_03 Jakarta Tomcat 5.0.16
>> isapi_redirector2.dll
>>
>> New to Java and I did fry finding answers before subscribing.
>>
>> When I found
>>
>> http://www.rit.edu/~ack5504/tomcat-iis6-howto/narantugs-sengee-guide.h
>> tm
>> l
>>
>> I really thought I'd made it.
>>
>> IIS is serving pages normal with the WWW service in IIS 5.0 isolation
>> mode. Virtual dir for the dll is configured. Web Service extensions
>> status for the dll is set to allow the dll.
>>
>> Registry contains the required reg entrys per www.rit.edu
>>
>> Tomcat is working fine on the url/:8080. jsp and servlets all work on
>> 8080. server.xml
>>
>> http://localhost/examples/index.html or
>> serverdrive:\inetpub\wwwroot\examples\index.html
>> displays ok.
>>
>> When one of the example links is selected I get The page cannot be
>> displayed error message. Expected to receive a tomcat error msg. It
>> was the regular MS error page..
>>
>> Have been thru the server.xml and workers2.properties several times.
>> What else can I do?
>>
>> Any ideas would really be appreciated.
>> Thanks
>> Happy New Year
>> Stew
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --------------------------------------------------------
> -------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to