Question : JYTHON SCRIPT

Hi
i am working on websphere 6.1.
i need jython script to start  and stop the cluster.

Answer : JYTHON SCRIPT

Here's the asynchronous version...

1. Save file as cluster.py in your WebSphere/AppServer/bin directory
2. Open a command prompt
3. "cd" to the WebSphere/AppServer/bin directory
4. Run "wsadmin" utility and specify that this script should be used/executed.

For example:

1:
./wsadmin.sh -lang jython -profileName Dmgr01 -f cluster.py start myCluster
 
cluster.py
 
Random Solutions  
 
programming4us programming4us