Enterprise Console Web Services Adapter를 시작하려면 다음 명령 중 하나를 사용하십시오.
%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
스크립트가 어댑터를 백그라운드 프로세스로
시작하지 않습니다. 백그라운드 프로세스로서 어댑터를 시작하려면
다음 명령문 중 하나를 사용하십시오.
start /b %INSTALL_DIR%\bin\launch
$INSTALL_DIR/bin/launch.sh &