若要啟動「Enterprise Console Web 服務配接器」,請使用下列其中一個指令:
%INSTALL_DIR%\bin\launch
或
net start tecws
$INSTALL_DIR/bin/launch.sh
launch
指令會在順利啟動期間於畫面上顯示下列訊息:
Dec 8, 2005 8:27:02 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 8, 2005 8:27:05 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8433 Dec 8, 2005 8:27:05 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8443 Starting service Enterprise Console Web Services Adapter Apache Tomcat/4.1.31 Dec 8, 2005 8:27:15 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Dec 8, 2005 8:27:15 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8433 Dec 8, 2005 8:27:15 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8443
如果需要啟動配接器作為背景處理程序,
但是 launch
Script 未啟動配接器作為背景處理程序,
請使用下列其中一個陳述式:
start /b %INSTALL_DIR%\bin\launch
$INSTALL_DIR/bin/launch.sh &