David,

Unless you really want to part with some money, perhaps you could take another swing at it.

First, make sure you're configuring the ISAPI redirector correctly. I have attached the following example files for you: 1. A sample workers.properties file (this maps workers to tomcat instances). 2. A sample uriworkermap.properties file (this maps a given URL to a set of workers). 3. A .reg file that will set the thing up in the registry. You'll want to make sure to edit the paths and such to whereever you dropped your files.
4.  A text document describing how to install all of this.

You'll probably need to tweak some of it, but perhaps it can get you started.

Second, check for this:
http://marc.theaimsgroup.com/?l=tomcat-user&m=106251758316868&w=2

HTH,
Brantley


Liles, David - Kansas City, MO wrote:
I have a new server (Windows 2003 / IIS 6) and Tomcat 5.5. I have spent
the past three days trying to get IIS to forward java (.jsp and Struts
.do) requests to Tomcat with no success.

I am looking for someone who can remote in and configure the necessary
settings.

The configuration will need to be able to support multiple web site
entries. Each web site will be a unique Tomcat host entry.

Please contact me with questions and estimates.

Thank you
-David

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

FROM:
http://marc.theaimsgroup.com/?l=tomcat-user&m=106251758316868&w=2


--------snip------------

[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tomcat-user
Subject:    Re: Win2003 IIS6 ISAPI filter problem
From:       John Turner <tomcat-user () johnturner ! com>
Date:       2003-09-02 15:45:36
[Download message RAW]


Excellent.  Thank you for posting this, many IIS users have posted to 
the list trying to get the redirector to work with IIS 6.

John

Nick Tatham wrote:

> I posted this thread back in June-03 as I was having problems making the 
> ISAPI \
> redirector work under IIS 6 on Windows 2003. Now thanks entirely to Andrew 
> Duey of \
> TerraScan Inc., I now have this working. 
> If you are using IIS V6, which ships with Windows Server 2003, you must allow 
> the \
> Web Service Extension to operate. Earlier versions of IIS did not require 
> this \
> step.  
> Using the IIS Internet Services Manager, click on the Web Services Extensions 
> item \
> in the left hand pane. In the right hand pane add a new Web Service Extension 
> \
> called, say, Tomcat ISAPI and browse and set the required file for this 
> extension \
> to the isapi_redirect.dll and set the status to allowed. Then restart IIS. 
> It appears that no changes are needed to the standard Tomcat ISAPI redirector 
> for \
> this version of IIS. 
> I hope this helps someone else.
> 
> Nick
> 
> --
> Nick Tatham
> Peramon Technology Limited
> +44 118 984 0506
> www.peramon.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[prev in list] [next in list] [prev in thread] [next in thread] 


Configure | About MARC | Support MARC | Got a list to add? | 10East is Hiring!
--------snip------------
worker.list=lbAims,lbJSP

worker.lbAims.type=lb
worker.lbAims.balanced_workers=aims00

worker.lbJSP.type=lb
worker.lbJSP.balanced_workers=goose


worker.aims00.type=ajp13
worker.aims00.host=aims00.itos.uga.edu
worker.aims00.port=8009
worker.aims00.cachesize=10
worker.aims00.cache_timeout=600
worker.aims00.socket_keepalive=1
worker.aims00.socket_timeout=300
worker.aims00.lbfactor=1

worker.aims01.type=ajp13
worker.aims01.host=aims01.itos.uga.edu
worker.aims01.port=8009
worker.aims01.cachesize=10
worker.aims01.cache_timeout=600
worker.aims01.socket_keepalive=1
worker.aims01.socket_timeout=300
worker.aims01.lbfactor=1

worker.maverick.type=ajp13
worker.maverick.host=maverick.itos.uga.edu
worker.maverick.port=8009
worker.maverick.cachesize=10
worker.maverick.cache_timeout=600
worker.maverick.socket_keepalive=1
worker.maverick.socket_timeout=300
worker.maverick.lbfactor=1

worker.goose.type=ajp13
worker.goose.host=goose.itos.uga.edu
worker.goose.port=8009
worker.goose.cachesize=10
worker.goose.cache_timeout=600
worker.goose.socket_keepalive=1
worker.goose.socket_timeout=300
worker.goose.lbfactor=1
1.  Check your workers.properties and uriworkermap.properties files for 
correctness.
2.  Double-click "mod_jk_isapi.reg" and merge the new information into the 
registry.
3.  Add the ISAPI filter to the webserver:
        a.  Right-click "Web Sites" in the IIS manager and select "properties".
        b.  On the "ISAPI Filters" tab, click "Add"
        c.  For "Filter Name", type "Jakarta"
        d.  For "Executable", browse to the actual ISAPI redirect DLL file
        e.  "OK" all the dialogs and then perform an IIS reset

The ISAPI Redirect filter has been installed in the webserver, but each site 
that will
use it has one final step remaining.

4.  For each individual web site that need a redirect:
        a.  Right-click the website in the IIS manager and select "New" -> 
"Virtual Directory"
        b.  For "Alias", type "Jakarta"
        c.  For "Path", browse for the folder containing the ISAPI redirect DLL 
file
        d.  Allow the "Read" and "Execute" permissions
5.  An IIS reset may or may not be required

NOTE:  For IIS 6, you may have explicitly permit the filter to execute by 
adding a rule
to the Web Services Extension ruleset.  Look for the file named 
"TIP-Setting up ISAPI Filters in IIS 6.txt" in the main Webmaster VSS project 
for details.
ÿþWindows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Apache 
Software Foundation]



[HKEY_LOCAL_MACHINE\SOFTWARE\Apache 
Software Foundation\Jakarta Isapi 
Redirector]



[HKEY_LOCAL_MACHINE\SOFTWARE\Apache 
Software Foundation\Jakarta Isapi 
Redirector\1.0]

"extension_uri"="/jakarta/isapi_redirect_1.2.13.dll"

"log_file"="W:\\Tomcat 
Connectors\\jk1.log"

"log_level"="debug"

"worker_file"="W:\\Tomcat 
Connectors\\workers.properties"

"worker_mount_file"="W:\\Tomcat 
Connectors\\uriworkermap.properties"



/servlet=lbAims
/servlet/*=lbAims

/gsdiviewer=lbAims
/gsdiviewer/*=lbAims
/GSDIMetadata=lbAims
/GSDIMetadata/*=lbAims

/GISTViewer=lbAims
/GISTViewer/*=lbAims
/GlobalMap=lbAims
/GlobalMap/*=lbAims
/GISTMetadata=lbAims
/GISTMetadata/*=lbAims
/concernmatrix=lbAims
/concernmatrix/*=lbAims

/slCatalog=lbJSP
/slCatalog/*=lbJSP

/nahrgisjsp=lbJSP
/nahrgisjsp/*=lbJSP

/gema=lbJSP
/gema/*=lbJSP

/gdc=lbJSP
/gdc/*=lbJSP

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

Reply via email to