Re: workers2.properties for mod_jk2.so and loadbalancing

2004-12-17 Thread Dwayne Ghant
Maybe may thinking is wronge. I thought that there was a way to 
loadbalance using worker2.properties
file. I know you could loadbalance using mod_proxy and mod_rewrite, but 
I was just wondering if anyone
else had did it using the AJP protocal???

One other simple question.
Does tomcat also know to look at $CATALINA_BASE like it knows to look in 
$CATALINA_HOME?

Dwayne Ghant wrote:
Hey any of you guys out there
have a good workers2.properties
that I could use to model the
loadbalancing functionality in
my tomcat5.x/apache configuration .
My current configuration is
Apache2.0.46/tomcat5.0.28/mod_jk2.so

Please keep in mind that I am
using mod_jk2.so so that mean the
configuration uses the mechanism modeled
after JMX.
All I have to do is take a look at an
example of loadbalancing done this way
and I should be fine.
Thank you .

--
Dwayne A. Ghant
Application Developer
Temple University
215.204.
[EMAIL PROTECTED]

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


RE: workers2.properties for mod_jk2.so and loadbalancing

2004-12-17 Thread Derrick Koes
=JK2-enabled-application installed under /@TODO-application-context

[uri:/iltsp6150a/*]
info=JK2-enabled-application installed under /@TODO-application-context

[uri:/iltsp6150b/*]
info=JK2-enabled-application installed under /@TODO-application-context

# --- END  MAPPING--

# +++ /jkstatus MAPPING   ++
#
# @OPTIONAL: This provides a status report on the JK2 connector.  Remove
# if you don't want this available.
#
[uri:/jkstatus/*]
worker=status:status

# --- /jkstatus MAPPING   --

-Original Message-
From: Dwayne Ghant [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 17, 2004 12:21 PM
To: Tomcat Users List
Subject: Re: workers2.properties for mod_jk2.so and loadbalancing

Maybe may thinking is wronge. I thought that there was a way to loadbalance 
using worker2.properties file. I know you could loadbalance using mod_proxy and 
mod_rewrite, but I was just wondering if anyone else had did it using the AJP 
protocal???

One other simple question.
Does tomcat also know to look at $CATALINA_BASE like it knows to look in 
$CATALINA_HOME?


Dwayne Ghant wrote:

 Hey any of you guys out there
 have a good workers2.properties
 that I could use to model the
 loadbalancing functionality in
 my tomcat5.x/apache configuration .

 My current configuration is
 Apache2.0.46/tomcat5.0.28/mod_jk2.so



 Please keep in mind that I am
 using mod_jk2.so so that mean the
 configuration uses the mechanism modeled
 after JMX.


 All I have to do is take a look at an
 example of loadbalancing done this way
 and I should be fine.

 Thank you .



-- 

Dwayne A. Ghant
Application Developer
Temple University
215.204.
[EMAIL PROTECTED]

 


-
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]



Re: workers2.properties for mod_jk2.so and loadbalancing

2004-12-17 Thread Dwayne Ghant
Any body want to give this a shot?
Dwayne Ghant wrote:
Maybe may thinking is wronge. I thought that there was a way to 
loadbalance using worker2.properties
file. I know you could loadbalance using mod_proxy and mod_rewrite, 
but I was just wondering if anyone
else had did it using the AJP protocal???

One other simple question.
Does tomcat also know to look at $CATALINA_BASE like it knows to look 
in $CATALINA_HOME?

Dwayne Ghant wrote:
Hey any of you guys out there
have a good workers2.properties
that I could use to model the
loadbalancing functionality in
my tomcat5.x/apache configuration .
My current configuration is
Apache2.0.46/tomcat5.0.28/mod_jk2.so

Please keep in mind that I am
using mod_jk2.so so that mean the
configuration uses the mechanism modeled
after JMX.
All I have to do is take a look at an
example of loadbalancing done this way
and I should be fine.
Thank you .


--
Dwayne A. Ghant
Application Developer
Temple University
215.204.
[EMAIL PROTECTED]

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


Re: workers2.properties for mod_jk2.so and loadbalancing

2004-12-17 Thread Dwayne Ghant
 on the tomcat id(s) above,
# define a mapping to be forwarded.
#
# @OPTIONAL: You may add  debug=9 for triage, if needed
#
# @OPTIONAL: You may change the info= to be descriptive of this application.
#
[uri:/iltsp6150/*]
info=JK2-enabled-application installed under /@TODO-application-context

[uri:/iltsp6150a/*]
info=JK2-enabled-application installed under /@TODO-application-context
[uri:/iltsp6150b/*]
info=JK2-enabled-application installed under /@TODO-application-context
# --- END  MAPPING--
# +++ /jkstatus MAPPING   ++
#
# @OPTIONAL: This provides a status report on the JK2 connector.  Remove
# if you don't want this available.
#
[uri:/jkstatus/*]
worker=status:status
# --- /jkstatus MAPPING   --
-Original Message-
From: Dwayne Ghant [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 17, 2004 12:21 PM
To: Tomcat Users List
Subject: Re: workers2.properties for mod_jk2.so and loadbalancing

Maybe may thinking is wronge. I thought that there was a way to loadbalance 
using worker2.properties file. I know you could loadbalance using mod_proxy and 
mod_rewrite, but I was just wondering if anyone else had did it using the AJP 
protocal???
One other simple question.
Does tomcat also know to look at $CATALINA_BASE like it knows to look in 
$CATALINA_HOME?
Dwayne Ghant wrote:
 

Hey any of you guys out there
have a good workers2.properties
that I could use to model the
loadbalancing functionality in
my tomcat5.x/apache configuration .
My current configuration is
Apache2.0.46/tomcat5.0.28/mod_jk2.so

Please keep in mind that I am
using mod_jk2.so so that mean the
configuration uses the mechanism modeled
after JMX.
All I have to do is take a look at an
example of loadbalancing done this way
and I should be fine.
Thank you .
   


 


--
Dwayne A. Ghant
Application Developer
Temple University
215.204.
[EMAIL PROTECTED]

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


workers2.properties for mod_jk2.so and loadbalancing

2004-12-16 Thread Dwayne Ghant
Hey any of you guys out there
have a good workers2.properties
that I could use to model the
loadbalancing functionality in
my tomcat5.x/apache configuration .
My current configuration is
Apache2.0.46/tomcat5.0.28/mod_jk2.so

Please keep in mind that I am
using mod_jk2.so so that mean the
configuration uses the mechanism modeled
after JMX.
All I have to do is take a look at an
example of loadbalancing done this way
and I should be fine.
Thank you .
--
Dwayne A. Ghant
Application Developer
Temple University
215.204.
[EMAIL PROTECTED]

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