What happens when you use the url http://localhost:8080/jsp/index.html ?  Do
you get the index page?  If not make sure that you have tomcat started and
all of your classpaths correctly entered. (JAVA_HOME, TOMCAT_HOME etc.)

404 error means that you have a directory misrouting issue. (File not found)
A wild guess would say that IIS is not redirecting to tomcat and you have no
"jsp/index.html" in IIS's path.

Did you make the registry settings as listed in "IIS how to"?  Have you
created a virtual directory named "jakarta" in the same folder that the
isapi_redirect.dll is located?  Have you assigned this directory "execute"
access?  Have you added the iapid_redirect.dll as a filter in IIS?

Make sure that your uriworkermap.properties file has an entry
/examples/*=ajp12  .  This will be an important file once you get going.
This is where the isapi_redirect gets its information.  You have to restart
tomcat to make changes.

Print out the "IIS Howto" so you have a copy in hand.  Go through the steps
deliberately.

Good luck, isapi_redirect.dll is known to work on NT4+ (with service packs).

Regards,
Craig


-----Original Message-----
From: Yeo Kheng Hui [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 1:22 AM
To: [EMAIL PROTECTED]
Subject: Error: Not Found (404)


Hi
    I have just recently try to set-up tomcat to be integrated with IIS.
I have installed the tomcat as an out-process and while trying to load
the url=Http:/localhost/examples/jsp/index.html after the installation,
i got the error as shown below :

Not Found (404)
Not Found request /jakarta/isapi_redirect.dll


Could you please help me?  I have checked through all the
troubleshooting guide and could not find a solution  Thanks in advance.


Regards
Kheng Hui


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


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

Reply via email to