6.14  Disabling the Web Service

The following procedure describes how to turn off the SEA web service. If WEBES is installed on a cluster, you will need to repeat the procedure for every node where SEA is installed.

  1. Stop the Director (see Section 3.8).
  2. Edit the ConfigDefaultsDESTA.txt file in the config directory.
/usr/opt/hp/svctools/specific/desta/config/ ConfigDefaultsDESTA.txt
/opt/hp/svctools/specific/desta/config/ConfigDefaultsDESTA.txt
/usr/opt/hp/svctools/specific/desta/config/ ConfigDefaultsDESTA.txt
svctools_home:[specific.desta.config]ConfigDefaultsDESTA.txt
c:\Program Files\hp\svctools\specific\desta\config\ ConfigDefaultsDESTA.txt

  1. Put a # in front of the line com.compaq.svctools.desta.services.web.component.DefaultWebInterfaceServer.
The contents of the file should look similar to this:
ConfigDefaultsDESTA.txt
#
# DESTA Core Configuration Default Components
#
# Default components to enroll the first time the DESTA Director
# process is executed, as fully qualified Java class names.
# After DESTA runs the first time, the file Configuration.dat will be
# created, and it will be read on startup instead of ConfigDefaults*.txt.
#
com.compaq.svctools.desta.services.web.component.DefaultWebInterfaceServer
  1. Delete the configuration.dat file from the following directories (assuming you used the default install directory):
Tru64 UNIX—/usr/opt/hp/svctools/specific/desta/config
HP-UX—/opt/hp/svctools/specific/desta/config
Linux—/usr/opt/hp/svctools/specific/desta/config
OpenVMS—SVCTOOLS_HOME:[SPECIFIC.DESTA.CONFIG]
Windows—C:\Program Files\hp\svctools\specific\desta\config
  1. Restart the Director to create new configuration.dat file to reflect the changes mentioned in step 3
  2. .