Re: isapi redirector question

2009-04-24 Thread Rainer Jung
On 24.04.2009 13:28, danny.van-denst...@shell.com wrote:
 IIS - isapi redirector - Tomcat

 Versions:
 OS Windows 2003 enterprise edition x64 SP2 
 (2X dual-core ADM Opteron 2218 processor)
 IIS6.0 x64
 Tomcat5.5.exe version 2.0.4.0 X64
 isapi_redirect-1.2.27.dll (via tomcat site x64)
 Java jdk1.5.0_18 x64

 Problem description:
 We currently have problems with setting up our web tier environment on a 64 
 bit windows 2003 R2 servers with AMD opteron processors.
   
   
 The web tier consists of IIS 6.0 and Tomcat 5.5 both are 64 bit versions and 
 both are running. The problem we have is that the isapi redirector doesn ' 
 t start up. 
 (The Jakarta Plug-in) without this plug-in running the connection between 
 Tomcat and IIS cannot be established.

Which steps did you do to install and configure the plug-in?

Regards,

Rainer

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: isapi redirector question

2009-04-24 Thread Danny.van-denSteen

Tomcat is running fine (working) and IIS is running fine (working)

Steps taken to install isapi redirect:

·   Go to the 'bin folder' of the Tomcat installation and add 
isapi_redirect-1.2.27.dll,install4iis.js 
·   Go to the 'conf' folder of the Tomcat installation add 
'workers2.properties'
·   Run the 'install4iis.js' file to set the necessary parameters in IIS 
and in the registry using the command:
cscript install4iis.js
NB. The registry location affected is: -
Hklm\software\Apache Software Foundation\Jakarta Isapi Redirector\2.0\

Confirmed the Default Web Site name of the IIS web server site.
Method
·   Access 'Control Panel-Administrative Tools-Internet Information 
Services (IIS) Manager'
·   Enter the properties of the 'actual websites name'.
·   Go to the tab called 'ISAPI Filters'
·   Click on add and set the following properties
PropertyValue
Filter name jakarta
Executable  E:\Apps\Apache-Tomcat\bin\isapi_redirect-1.2.27.dll 
·   Go to the server level in the IIS manager context menu.  Select All 
tasks/Restart IIS..

=

-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: vrijdag 24 april 2009 14:33
To: Tomcat Users List
Subject: Re: isapi redirector question


On 24.04.2009 13:28, danny.van-denst...@shell.com wrote:
 IIS - isapi redirector - Tomcat

 Versions:
 OS Windows 2003 enterprise edition x64 SP2 
 (2X dual-core ADM Opteron 2218 processor)
 IIS6.0 x64
 Tomcat5.5.exe version 2.0.4.0 X64
 isapi_redirect-1.2.27.dll (via tomcat site x64)
 Java jdk1.5.0_18 x64

 Problem description:
 We currently have problems with setting up our web tier environment on a 64 
 bit windows 2003 R2 servers with AMD opteron processors.
   
   
 The web tier consists of IIS 6.0 and Tomcat 5.5 both are 64 bit versions and 
 both are running. The problem we have is that the isapi redirector doesn ' 
 t start up. 
 (The Jakarta Plug-in) without this plug-in running the connection between 
 Tomcat and IIS cannot be established.

Which steps did you do to install and configure the plug-in?

Regards,

Rainer

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: isapi redirector question

2009-04-24 Thread Rainer Jung
On 24.04.2009 15:26, danny.van-denst...@shell.com wrote:
 Tomcat is running fine (working) and IIS is running fine (working)
 
 Steps taken to install isapi redirect:
 
 · Go to the 'bin folder' of the Tomcat installation and add 
 isapi_redirect-1.2.27.dll,install4iis.js 
 · Go to the 'conf' folder of the Tomcat installation add 
 'workers2.properties'
 · Run the 'install4iis.js' file to set the necessary parameters in IIS 
 and in the registry using the command:
 cscript install4iis.js
 NB. The registry location affected is: -
 Hklm\software\Apache Software Foundation\Jakarta Isapi Redirector\2.0\
 
 Confirmed the Default Web Site name of the IIS web server site.
 Method
 · Access 'Control Panel-Administrative Tools-Internet Information 
 Services (IIS) Manager'
 · Enter the properties of the 'actual websites name'.
 · Go to the tab called 'ISAPI Filters'
 · Click on add and set the following properties
 Property  Value
 Filter name   jakarta
 ExecutableE:\Apps\Apache-Tomcat\bin\isapi_redirect-1.2.27.dll 
 · Go to the server level in the IIS manager context menu.  Select All 
 tasks/Restart IIS..

It seems you are mixing the installaton mod mod_jk2 with using a mod_jk
binary.

The mod_jk2 project isn't active any more since a long time. mod_jk2 is
deprecated and mod_jk contains all relevant features of mod_jk2. So it's
fine to use mod_jk, but then you also need to install it as documented at:

http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

Please do also have a look at

http://tomcat.apache.org/connectors-doc/reference/iis.html

and the pages under Generic HowTo and Reference Guide for further
configuration information.

Regards,

Rainer

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Isapi Redirector Question

2008-07-22 Thread Patrick Markiewicz
Attempt to post the original question:

I'm running into trouble trying to use the isapi_redirect
that comes with Plesk 8.2.  Basically, if my web application is on a
port other than 80, the redirector appears to present the url
/jakarta/isapi_redirect.dll to Tomcat instead of the url of my web
application.  I.e. I had the redirector set up, and
http://localhost/examples shows a 404 from tomcat that /examples/ is not
found.  But http://localhost:8880/examples shows a 404 from tomcat that
/jakarta/isapi_redirect.dll is not found.

Originally I thought that I had a problem if isapi_redirect
was shared between 2 websites in IIS, so I copied the dll to another
directory and added a separate extension that uses the copy of the dll.

 

The only differences between the 2 websites are:

Default Application (port 80) is part of an application pool, and it
does not have SSL as an option.

Plesk Application (port 8880 and port 8443) are not isolated, and it
does have SSL on port 8443.  The file where the redirector log is
supposed to go does not exist.  So there is no log being created for the
actual redirector.  The W3SVC log shows that /myapp/GetFileData (my
application) is found with a 200 status code, but the end result
presented in the browser is /jakarta/isapi_redirect.dll with a 404
error.


Is there a change to worker.properties or uriworker.properties that
needs to change to indicate that port 8880 is being used instead of port
80?  Thanks.

 
Patrick


-Original Message-
From: Patrick Markiewicz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 22, 2008 2:54 PM
To: users@tomcat.apache.org
Subject: Isapi Redirector Question

Hi,

I have a question about the isapi redirector.  I am using
Plesk.  On port 80, the redirector works fine.  On port 8880, the
redirector fails to retrieve the specified tomcat application and
returns a status code of not found for slash jakarta slash isapi
underscore redirect dot dll.  I've spelled out the path to the file
because the tomcat mailing list is rejecting my original more detailed
email as spam.

Is there a configuration change that is necessary for the
isapi redirector to work on port 8880?

Patrick


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]