Start and Stop Server

Start HTTP Server:
/opt/IBMIHS/bin/apachectl -d /opt/IBMIHS \
-f /opt/IBM/WebSphere/CommerceServer70/instances/demo/httpconf/httpd.conf
Stop HTTP Server:
/opt/IBMIHS/bin/apachectl -d /opt/IBMIHS \
-f /opt/IBM/WebSphere/CommerceServer70/instances/demo/httpconf/httpd.conf
-k stop
Start Help Server:
su wcuser -c /opt/IBM/WebSphere/CommerceServer70/bin/startHelp.sh
Stop Help Server:
su wcuser -c /opt/IBM/WebSphere/CommerceServer70/bin/stopHelp.sh
Start WAS:
su wcuser -c /opt/IBM/WebSphere/AppServer/bin/startServer.sh server1
Stop WAS
/opt/IBM/WebSphere/AppServer/bin/stopServer.sh
N.B. You need to enter the username and password to shutdown the server

猜你喜欢

转载自webqq.iteye.com/blog/1440016