Enterprise Console Web Services Adapter 시작

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 &


상위 주제
Enterprise Console Web Services Adapter 관리

관련 항목
어댑터 중지
이벤트 전달 구성
포트 구성
공통 문제점 해결