• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

help with integrating Tomcat 4 with IIS 5 win2000

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using the isapi_redirect.dll designed for tomact 3.2
Although, I am using tomcat 4 and IIS 5 on win2000 I am getting internal server error 500. The dll registers find I have a green arrow in the isapi filter for IIS but when I remove the dll I get a 404 error.
Is there any source code for the isapi_redirect.dll maybe I can fix it to work with tomcat 4 or is there any dll already written to work with tomcat 4
Thanks in advance
Ray Smilgius
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can find both the binary file and source code for "isapi_redirector.dll" at these locations, respectively:
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/win32/
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/src/
reply
    Bookmark Topic Watch Topic
  • New Topic