Hello:
I am trying to use weblogic.admin to monitor the state of my servers. As the script that executes weblogic.admin
monitors other subsystems too i need to stablish two timeouts in its execution(connect timeout and read timeou).
root@mes1:/hpsupport/scripts# more check_state.sh
#!/bin/sh
/opt/java1.4/bin/java -cp /opt/bea/weblogic81/server/lib/weblogic.jar:/opt/java1.4/jre/lib/rt.jar weblogic.Admin -url -username XXXX -password XXX GETSTATE
root
I have tried to use sun timeouts properties but they haven´t worked.
Regards,
Mario.
I am trying to use weblogic.admin to monitor the state of my servers. As the script that executes weblogic.admin
monitors other subsystems too i need to stablish two timeouts in its execution(connect timeout and read timeou).
root@mes1:/hpsupport/scripts# more check_state.sh
#!/bin/sh
/opt/java1.4/bin/java -cp /opt/bea/weblogic81/server/lib/weblogic.jar:/opt/java1.4/jre/lib/rt.jar weblogic.Admin -url -username XXXX -password XXX GETSTATE
root
I have tried to use sun timeouts properties but they haven´t worked.
Regards,
Mario.