• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integrating Tomcat 6 with IIS7 in Windows 2008 64 bit OS

 
Greenhorn
Posts: 17
Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to integrate IIS 7 with Tomcat 6 in Windows 2008 64 bit using the isapi_redirect.dll.
However, the IIS is not able to redirect the JSP requests to Tomcat and I am not even able to see any log files for the isapi_redirect.

Can anybody help me on this issue.



Regards,
Prateek Gupta
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to this link Tomcat 6 and IIS 7.5 on Windows 2008 R2 64bit and this link Tomcat 6 and IIS 7 on Windows 2008 64bit , the request can be redirected from IIS to Tomcat.

However, the ISAPI log_file (also set in the registry) cannot be generated. I can integrate them with IIS 6 on Windows 2003 32 bit many year ago, but forgot what information is providing on it.

Does anybody know the proper way to generate the ISAPI redirect log file? Thanks a lot!
reply
    Bookmark Topic Watch Topic
  • New Topic