RE: Is Tomcat 3.2.1 supported on Windows 2000?

2001-05-15 Thread Jay Burgess

Are you SURE that worker_file is defined to be:

   tomcat_root\conf\workers.properties

And not:

   tomcat_root\conf\worker.properties

(Note the extra s.) It's an easy mistake to make, and it gives you the 
error you described.

Jay

-Original Message-
From: George Prado [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 1:00 PM
To: [EMAIL PROTECTED]
Subject: Is Tomcat 3.2.1 supported on Windows 2000?
Importance: High


I am trying to integrate Tomcat 3.2.1 with IIS 5.0 in Windows 2000.  I
followed the instructions in tomcat-iis-howto but the isapi_redirect.dll is
not starting. I made sure that the registry definitions for the Apache
Software Foundation are correct (extension_uri, log_level, log_file,
worker_file, and worker_mount_file). The actual error that is logged in the
Event Viewer is,

 The HTTP Filter DLL
D:\jakarta-tomcat-3.2.1\bin\win32\i386\isapi_redirect.dll failed to load.
The data is the
 error. For additional information specific to this message 
please visit
the Microsoft Online Support site located
 at: http://www.microsoft.com/contentredirect.asp.

The isapi.log file is not created at all.

Please let me know how to resovle this problem.  Is it possible that this
Tomcat 3.2.1 is not supported on Windows 2000? Or, is there a different
configuration instruction that I need to follow.

Thanks in advance

George Prado



-- Jay Burgess
   Delano Technology Corporation
   mailto:[EMAIL PROTECTED]
   (913) 438-9444 x154




RE: Is Tomcat 3.2.1 supported on Windows 2000?

2001-05-15 Thread Ross Merritt

I'm doing the same configuration and it is working. I'm currently fighting
to get servlets to run but the jsps work fine.

There are two things you need to setup in IIS one is the ISAPI filter which
it looks like you did. The other is a virtual directory within your website
to point to the same directory that you have tomcat installed.

There is also setup in the registry that one of the other guys did here so
I'm not dure how that was setup.

hope that helps
Ross


-Original Message-
From: George Prado [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 12:00 PM
To: [EMAIL PROTECTED]
Subject: Is Tomcat 3.2.1 supported on Windows 2000?
Importance: High


I am trying to integrate Tomcat 3.2.1 with IIS 5.0 in Windows 2000.  I
followed the instructions in tomcat-iis-howto but the isapi_redirect.dll is
not starting. I made sure that the registry definitions for the Apache
Software Foundation are correct (extension_uri, log_level, log_file,
worker_file, and worker_mount_file). The actual error that is logged in the
Event Viewer is,

The HTTP Filter DLL
D:\jakarta-tomcat-3.2.1\bin\win32\i386\isapi_redirect.dll failed to load.
The data is the
error. For additional information specific to this message
please visit
the Microsoft Online Support site located
at: http://www.microsoft.com/contentredirect.asp.

The isapi.log file is not created at all.

Please let me know how to resovle this problem.  Is it possible that this
Tomcat 3.2.1 is not supported on Windows 2000? Or, is there a different
configuration instruction that I need to follow.

Thanks in advance

George Prado