天天看點

portal服務的啟動和停止

打開指令提示符,并轉至以下目錄:

Windows:wp_profile_root\bin

UNIX:wp_profile_root/bin

i5/OS:wp_profile_root/bin

輸入以下指令以停止 WebSphere Application Server:

Windows:stopServer.bat server1 -username admin_userid -password admin_password

UNIX:./stopServer.sh server1 -username admin_userid -password admin_password

i5/OS:stopServer server1 -username admin_userid -password admin_password

輸入以下指令以停止 WebSphere_Portal 伺服器:

Windows:stopServer.bat WebSphere_Portal -username admin_userid -password admin_password

UNIX:./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password

i5/OS:stopServer WebSphere_Portal -username admin_userid -password admin_password

輸入以下指令啟動 WebSphere Application Server:

Windows:startServer.bat server1

UNIX:./startServer.sh server1

i5/OS:startServer server1

輸入以下指令啟動 WebSphere_Portal 伺服器:

Windows:startServer.bat WebSphere_Portal

UNIX:./startServer.sh WebSphere_Portal

i5/OS:startServer WebSphere_Portal

繼續閱讀