apache启停
/app/apache/bin/apachectl -k stop
/app/apache/bin/apachectl -k start
出现httpd.conf找不到时用
/app/apache83/bin/apachectl -f /app/apache83/conf/httpd.conf -k start
/app/apache83/bin/apachectl -f /app/apache83/conf/httpd.conf -k stop
websphere启停
/app/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh
/app/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
/app/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh ContentEngine
tomcat启停
/app/CFCA/CFCA-Tomcat/bin/startup.sh
/app/CFCA/CFCA-Tomcat/bin/shutdown.sh
java启停
java -jar xxx.jar
nohup java -jar xxxx.jar &