以下內容轉自:http://blog.sina.com.cn/s/blog_676597fa01010j1h.html
啟動was:
首先要運行 F:\IBM\WebSphere\AppServer\bin\startManager.bat 這個bat文件;
其次再運行 F:\IBM\WebSphere\AppServer\profiles\hemsSrv\bin\startServer.bat
和 F:\IBM\WebSphere\AppServer\profiles\hemsSrv\bin\startNode.bat 這兩個bat文件,這樣was就啟動完畢了;
關閉was 則剛好相反:
要先運行 F:\IBM\WebSphere\AppServer\profiles\hemsSrv\bin\stopNode.bat
和 F:\IBM\WebSphere\AppServer\profiles\hemsSrv\bin\stopServer.bat 這兩個文件
最后運行 F:\IBM\WebSphere\AppServer\bin\stopManager.bat 這個文件,這樣was就關閉了;
在重啟was時,有時服務器會直接重啟
以上應該是windows上的,linux下的was直接用startServer.sh和stopServer.sh就可以了。 如果停止時有問題,就通過kill殺進程的方式停止服務。