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:
- Go to was-root/config/server-cfg.xml.
- Locate:
<locationServiceDaemon xmi:id="LocationServiceDaemon_1" enable="false"
hostname="localhost" port="9000" mode="NONE"/>
- 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"/>
- Start the administrative server and list the ports. Port 9000 is
established.
|