Re: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-10 Thread Alex

Matt, incase no one has helped out -- You don't need to use the lb
stuff if you don't want.  Enjoy.

[shm:]
info=Shared memory file. Required for multiprocess servers
file=E:\\Apache\\Tomcat5\\work\\jk2.shm
size=1048576

[lb:lb]
info=Default load balancer 0.
sticky_session=1

[lb:lb1]
info=Default load balancer 1.
sticky_session=1

[channel.socket:spprod1]
info=Ajp13 forwarding over socket - spprod1
port=8009
host=10.99.116.1
lb_factor=100
tomcatId=10.99.116.1:8009
group=lb
type=ajp13

[channel.socket:spprod2]
info=Ajp13 forwarding over socket - spprod2
port=8009
host=10.99.116.2
lb_factor=100
tomcatId=10.99.116.2:8009
group=lb1
type=ajp13

[uri:/test1/*]
info=hi mom
worker=lb:lb
context=/somecontext

[uri:/test2/*]
info=hi mom
worker=lb:lb1
context=/someothercontext



On Tue, 3 Aug 2004, Matt Krevs wrote:

 Date: Tue, 3 Aug 2004 15:32:30 +1000
 From: Matt Krevs [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: isapi_redirector2.dll - IIS redirecting to multiple Tomcat
 instances

 Hi all,

 I'm using isapi_redirector2.dll to redirect webapp requests on my IIS
 server to tomcat.

 Is it possible to make this single redirector redirect requests to
 different
 instances of tomcat (depending on uri)?

 For example, a request to IIS for /app1/ should go to localhost:8080
 and a request for /app2/ should go to localhost:8081.

 I'm using Windows, so if this is possible, what would my registry
 entries look
 like (ie: serverRoot key), and what would my workers2.properties look
 like?


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



RE: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-10 Thread Alex

i have.  took a lot of fighting.

On Thu, 5 Aug 2004, Matt Krevs wrote:

 Date: Thu, 5 Aug 2004 08:41:56 +1000
 From: Matt Krevs [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: RE: isapi_redirector2.dll - IIS redirecting to multiple Tomcat
 instances

 I'd be interested to hear if anyone has successfully configured a single
 instance of IIS directing requests to multiple Tomcat instances at all


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



RE: isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-04 Thread Matt Krevs
I'd be interested to hear if anyone has successfully configured a single
instance of IIS directing requests to multiple Tomcat instances at all

-Original Message-
From: Matt Krevs [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 3 August 2004 3:33 PM
To: '[EMAIL PROTECTED]'
Subject: isapi_redirector2.dll - IIS redirecting to multiple Tomcat
instances


Hi all,

I'm using isapi_redirector2.dll to redirect webapp requests on my IIS
server to tomcat.

Is it possible to make this single redirector redirect requests to
different instances of tomcat (depending on uri)?

For example, a request to IIS for /app1/ should go to localhost:8080
and a request for /app2/ should go to localhost:8081.

I'm using Windows, so if this is possible, what would my registry
entries look like (ie: serverRoot key), and what would my
workers2.properties look like?

Thanks
Matt


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



isapi_redirector2.dll - IIS redirecting to multiple Tomcat instances

2004-08-02 Thread Matt Krevs
Hi all,

I'm using isapi_redirector2.dll to redirect webapp requests on my IIS
server to tomcat.

Is it possible to make this single redirector redirect requests to
different
instances of tomcat (depending on uri)?

For example, a request to IIS for /app1/ should go to localhost:8080
and a request for /app2/ should go to localhost:8081.

I'm using Windows, so if this is possible, what would my registry
entries look
like (ie: serverRoot key), and what would my workers2.properties look
like?

Thanks
Matt


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