|
Question : Need help configuring IIS 6.0 with Tomcat 5.0.28
|
|
I have a simple request. I am trying to get my MS IIS server to serve up *.jsp pages via Tomcat. I have listed my current versions and directories below. I believe my problem is with my workers files but am unsure. I have set this up with older versions but am have a real problem getting this one to work. I need this quickly. This is a development environement that I need to get up.
Current Versions | Current Directory >>>Windows 2003 Server<<<< Tomcat 5.0.28 | C:\Program Files\Apache Software Foundation\Tomcat 5.0 J2SDK 1.4.2_06 | C:\j2sdk1.4.2_06 Isapi Redirect 1.2.14 | C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector Worker and uriworkermap reside | C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\conf
In IIS, the Jakarta filter loads correctly. When I access the sample pages on the TOMCAT port it works fine (http://localhost:8080/jsp-examples/index.html) but it does not work when attempting to access on port 80.
|
Answer : Need help configuring IIS 6.0 with Tomcat 5.0.28
|
|
In IIS Manager, right click 'Web Service Extensions' From the contextual menu select 'Add a new Web service extension' Enter 'Jakarta Tomcat' as the Extension name In Required files, browse to your isapi_redirect.dll Check 'Set extension status to Allowed' Click OK Issue the IISReset command at a command prompt
|
|
|