Enabling the Location Service Daemon (LSD) port
 Manual
 
Abstract
How do you enable the Location Service Daemon (LSD) port to work in single server?
 
 
Content
By default the LSD port is disabled on WebSphere® Application Server V4.0.x Advance Edition single server. The Information Center does not describe all the steps you must take to enable the LSD port.

Do the following to enable the LSD port properly:

  1. Go to was-root/config/server-cfg.xml.

  2. Locate:

    <locationServiceDaemon xmi:id="LocationServiceDaemon_1" enable="false" hostname="localhost" port="9000" mode="NONE"/>

  3. Change the enable from false to true, and change the mode from NONE to PROVIDER so the changed line looks like this:

    <locationServiceDaemon xmi:id="LocationServiceDaemon_1" enable="true" hostname="localhost" port="9000" mode="PROVIDER"/>

  4. Start the administrative server and list the ports. Port 9000 is established.
 
Related information
Updating Location Server Daemon configurations with the
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Administrative Console (all non-scripting)
Operating system(s): HP-UX
Software version: 4.0
Software edition:
Reference #: 7005277
IBM Group: Software Group
Modified date: Jul 19, 2004