Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS 3.0 and Tomcat

Status
Not open for further replies.

dreeze

Programmer
Dec 14, 2000
13
US
I'm trying to configure tomcat to run on IIS 3.0.
as i go through the documentation of tomcat, they require that i install a filter called
isapi_redirect.dll
In the documentation they have instructions to do so for IIS 4.0. I realised
that i cant add any filters through the IIS manager (or is there?). so i supposed that that option is not available in my version.
therefore i checked on msdn/microsoft network to see how i can install for my version. they only have it for IIS 1.0, and i did what was there.
basically its the path to the .dll file in the filters value.
my servlets still wont run, with tomcat obviously launched and listening. I don't get any logs for my asapi filter, even though its specified in the reg.

i get a 404 error. the rest of the configuration process was followed by the letter except for the ISAPI filter where did it manually in the regestry.

any thoughts?
thnx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top