If you are running the adapter remote from event server, then JAVA_HOME environment variable must be set to the location of the Java Runtime Environment installed in that machine.
To start the Enterprise Console Web Services Adapter, use one of the following commands:
%INSTALL_DIR%\bin\launch
or
net start tecws
$INSTALL_DIR/bin/launch.sh
The launch
command displays the following messages on
the screen during a successful startup sequence:
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
The launch
script does not start the adapter as a
background process, if you need to start the adapter as a background
process, use one of the following statements:
start /b %INSTALL_DIR%\bin\launch
$INSTALL_DIR/bin/launch.sh &
Parent topic
Administering the Enterprise Console Web
Services Adapter
Related topics
Stopping the adapter
Event forwarding configuration
Ports configuration
Troubleshooting common problems