I noticed that the URI your requesting is /examples:8080/jsp/index.html.
That'll never work.  Try something like
http://localhost:8080/examples/jsp/index.html


-----Original Message-----
From: Kintzer, Michael [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 07, 2000 12:05 PM
To: '[EMAIL PROTECTED]'
Subject: RE: 404 error w/ isapi_redirect.dll


Ignacio,

Attached are the IIS log and the isapi.log (excerpt).
Let me know if these are not the logs you intended.

Gracias,

Michael Kintzer

-----Original Message-----
From: Nacho [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 06, 2000 5:47 PM
To: '[EMAIL PROTECTED]'
Subject: RE: 404 error w/ isapi_redirect.dll


Append logs excerpts please, i have the same  conf working like a
charm..

Saludos ,
Ignacio J. Ortega


> -----Mensaje original-----
> De: Kintzer, Michael [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 7 de diciembre de 2000 2:47
> Para: '[EMAIL PROTECTED]'
> Asunto: RE: 404 error w/ isapi_redirect.dll
>
>
> I realize this topic has been covered nearly two months ago,
> but all the
> solutions given here have not worked for my environment.
>
> Here are the details:
> IIS 5.0, W2KPro, Tomcat 3.2
> I've configured everything according to the Tomcat-IIS HowTo
> and confirmed
> the following are working:
>
> -Tomcat hosted jsp/examples work fine (i.e. localhost:8080/)
> -isapi_redirect.dll has the green arrow
> -log files are being generated
> -isapi_redirect.dll is recognizing that it should handle jsp
> requests as
> evidenced by the line GET "/jakarta/isapi_redirect.dll" 200 in my
> SYSTEM32/LogFiles/W3SVC1/ log.
> -I can browse to the jakarta virtual directory
> -Anonymous access is enabled and file permissions on the
> redirect dll are
> also enabled for Full Control for Everyone.
> -the uriworkermap.properties file and the -auto file show
> that the examples
> context is being served by ajp12
>
> According to the HowTo, "200" implies the jakarta virtual
> directory is not
> configured for Execute permissions, but I've checked that and it is.
>
> I've rebooted and restarted both WWWService and AdminService,
> but nothing
> seems to fix the 404 error.
>
> Anybody have an idea for me?
>
> Thanks,
>
> Michael
>
>
>
> -----Original Message-----
> From: Paul FitzPatrick [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 16, 2000 7:26 AM
> To: [EMAIL PROTECTED]
> Subject: RE: 404 error w/ isapi_redirect.dll
>
>
>
> Stop/Start in the IIS Administrative Tool does not restart the admin
> service.  You have to do this from the control panel or a Dos
> Prompt like
> thus :
>
> net stop "IIS Admin Service"
> net start "IIS Admin Service"
>
> There are dependant services you may need to restart as well
> - this is the
> batch file I use to stop :
>
> @ECHO OFF
> NET STOP "FTP Publishing Service"
> NET STOP "World Wide Web Publishing Service"
> NET STOP "IIS Admin Service"
>
> In reverse order and replace STOP with START to start them all.
>
>
> -----Original Message-----
> From: David Young [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 16, 2000 10:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: 404 error w/ isapi_redirect.dll
>
>
> Stop/start did not do it, but rebooting did!
>
> > From: Kieran Fitzpatrick <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > Date: Mon, 16 Oct 2000 09:52:55 +1000
> > To: "'[EMAIL PROTECTED]'"
> <[EMAIL PROTECTED]>
> > Subject: RE: 404 error w/ isapi_redirect.dll
> >
> > You might find that stopping and restarting the IIS Admin
> service via the
> > Services applet in Control Panel is sufficient to get this
> working.  At
> > least this seemed to work for me.
> >
> > Good luck,
> >
> > Kieran
> >
> > -----Original Message-----
> > From: Christian Thomsen [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, 16 October 2000 6:07 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: 404 error w/ isapi_redirect.dll
> >
> >
> > Hi !
> >
> > I had the same problem myself. I solved it by rebooting the
> computer (no
> > kidding !). As I have verified several times, you have to
> do this when you
> > change the IIS/Tomcat property files.
> >
> > I hope it helps,
> >
> > Chris
> >
> >
> > ----- Original Message -----
> > From: "David Young" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, October 13, 2000 4:39 AM
> > Subject: 404 error w/ isapi_redirect.dll
> >
> >
> >> Hello,
> >>
> >> I am trying to get Tomcat working with IIS using the
> isapi_redirect.dll.
> I
> >> followed the How To instructions by Gal Shachor, however
> when I attempt
> to
> >> access http://localhost/examples/, I get a 404 saying it can't find
> >> /jakarta/isapi_redirect.dll.
> >>
> >> - Windows 2000 Professional
> >> - IIS is running on port 80
> >> - Anonymous access is enabled
> >> - I can browse to http://localhost/jakarta/, so the vdir seems OK
> >> - /jakarta vdir is set to allow execution
> >> - Permissions on isapi_redirect.dll allow everyone to exec
> >> - Tomcat is running fine on port 8080, including /examples
> >>
> >>
> >>
> >
>



Reply via email to