« Previous Next »

Thread: IIS 6.0 64-bit mode & Tomcat

Last post 06-24-2008 5:42 AM by Trevor2sms. 6 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (7 items)

Sort Posts:

  • 06-06-2008, 11:47 AM

    IIS 6.0 64-bit mode & Tomcat

    Hi,

    Does anybody know how to setup the tomcat redirector on IIS 6.0 running in 64-bit mode? I have tryed everything and each time I request a JSP IIS reports that it cannot find a file. I have followed all the instructions but still can not get it to work.

    If I put IIS into 32-bit mode, then I can get it to work.

     
    Anyone got any ideas?
     

  • 06-07-2008, 5:56 AM In reply to

    Re: IIS 6.0 64-bit mode & Tomcat

    Can you check event logs for any IIS related errors when it is in 64-bit? Any errors in IIS logs?

    Is the Tomcat Redirector dll 32-bit or 64-bit?

    What is the exact error message that you get?

    HTH.

    ~ Ganesh

  • 06-09-2008, 4:47 AM In reply to

    Re: IIS 6.0 64-bit mode & Tomcat

    TThe Tomcat Redirector is built for 64-bit.

     The event log that I get are:

    EventID: 2268

    Source: W3SVP-WP

    Description:

    Could not load all ISAPI filters for site/service

    Data: 02 00 00 00

    AND

    EventID: 2214

    Source: W3SVP-WP

    Description:

    The HTTP Filter DLL C:\Program Files\Tomcat Connector\isapi_redirect.dll failed to load. The data is the error.

    Data: 02 00 00 00

  • 06-10-2008, 2:57 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,247

    Re: IIS 6.0 64-bit mode & Tomcat

    The error is pretty self-explanatory - you have an ISAPI filter configured which could not be loaded due to error 2 (FILE_NOT_FOUND).

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 06-11-2008, 11:56 AM In reply to

    Re: IIS 6.0 64-bit mode & Tomcat

    Thank You.

     However I do not know which file is missing. I have the workers.properties and uriworkermap.properties in the conf directory of tomcat. I also have the registry entries in the registry.

     What other file do I need?

  • 06-11-2008, 12:08 PM In reply to

    • anilr
    • Top 10 Contributor
    • Joined on 05-23-2006, 10:13 PM
    • Redmond, WA
    • Posts 2,247

    Re: IIS 6.0 64-bit mode & Tomcat

    The filename is there in the eventlog message you posted.

    Anil Ruia
    Senior Software Design Engineer
    IIS Core Server
  • 06-24-2008, 5:42 AM In reply to

    Re: IIS 6.0 64-bit mode & Tomcat

    I have confirmed the file does exist in that directory, and IIS have permissions on that file to execute. However it is still saying file not found. Does the Connector need other DLL's?

Page 1 of 1 (7 items)