Hi,

I have done some coding on HA-JBoss and have done some initial testing. 
I would request you to kindly review the code which you can find at 
http://cr.opensolaris.org/~krabhi/ha-jboss/

You can find the design document for this project at 
http://opensolaris.org/os/project/ha-jboss/files/HA-JBoss_Design_Doc.pdf

Summary
=========

The script startjboss in /util folder attempts to register a resource 
group for ha-jboss by executing the run.sh file in JBOSS_HOME/bin directory.
It passes a custom configuration directory path and custom configuration 
name as a parameter to the start script. The values of these variables 
are provided in the jboss_config file inside the same directory.

Before registering the resource group, the script tries to validate the 
parameters provided by checking is the path provided in the jboss_config 
file are valid and have appropriate permissions.

The probe command probes the JBoss server by using wget and it also 
probes all the custom URLs which are included in a text file, path of 
which is set in PROBE_URL_LIST variable in jboss_config file.
=========


Please suggest me the changes I should incorporate in what I have done 
so far.

Thank you for your time.

Regards,
Abhishek

Reply via email to