Thanks for the tip. I did buy the JBoss Clustering book, and yes indeed it did solve 
my clustering issues. However, now I am stuck trying to integrate Apache 2.0 with 
JBoss 3.2.4RC2. I have Apache installed on WinXP and I have downloaded the Mod_JK2 
connector ( the module is mod_jk2.so NOT mod_jk2.dll is this correct???) and installed 
it in the modules directory of Apache2. I have added the line to the end of the 
httpd.conf file: LoadModule jk2_module modules/mod_jk2.so

BUT

 my problem begins with the creation of the workers2.properties file. In my case I 
have a JBoss cluster with instances on 2 separate computers (Box 1 IP = 
192.168.100.33:8109, Box 2 IP = 192.168.100.34:8209)  and jboss cluster-server.xml has 
entry of jvmRoute=jboss1 and jvmRoute=jboss2 respectively for each box above).

I am confused as to how to configure the workers2.properties file (see below):

[logger] 
level=DEBUG 

[uriMap:] 
info=Maps the requests. Options: debug 
debug=0 

[lb:lb2] 
debug=6 
timeout=30 
attempts=3 
stickySession=1 

# Define the communication channel 
[channel.socket:192.168.100.33:8109] 
info=Ajp13 forwarding over socket
debug=6 
tomcatId=jboss1 
lb_factor=100 
group=lb2 
disabled=0 

[channel.socket:192.168.100.34:8209] 
debug=6 
tomcatId=jboss2 
lb_factor=100 
group=lb2 
disabled=0 

[ajp13:192.168.100.33:8109]
channel=channel.socket:192.168.100.33:8109

[ajp13:192.168.100.34:8209]
channel=channel.socket:192.168.100.34:8209


# Map the Tomcat examples webapp to the web server uri space 
[uri:/jsf-guessNumber/*] 
info=Map the whole webapp 
group=lb2

[uri:/jkstatus/*] 
info=Display status information and checks the config file for changes. 
group=lb2 


[shm:] 
info=Scoreboard. Required for reconfiguration and status with multiprocess servers 
file=C:/appServer/Apache/Apache2/logs/shm.file 
size=1000000 
debug=0 
disabled=0 


The more threads I follow the more confusing it becomes; can someone please tell me 
what's wrong with my workers2.properties file?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837555#3837555

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837555


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to