Confirm websphere and soap installation, Read the systemout.log file, Confirm websphere and soap installation 47 – Google Postini Directory Sync Configuration Guide User Manual
Page 47

IBM Lotus Domino Directory Server
47
2. Copy the file
soap.war
from the Apache SOAP v2.3.1 package into
C:\IBM\LDAP\V6.0\appsrv\installableApps\soap.war
.
3. To install SOAP into WebSphere, enter the following in a command line in the
appsrv\bin
directory:
C:\IBM\LDAP\V6.0\appsrv\bin\wsadmin.bat -conntype NONE -c
"$AdminApp install
{C:\IBM\LDAP\V6.0\appsrv\installableApps\soap.war} {-configroot
\"C:\IBM\LDAP\V6.0\appsrv\config\" -node DefaultNode -
usedefaultbindings -nodeployejb -appname soap.war -contextroot
\"soap\"}"
Note:
Because this is a long command, and exact syntax is important, you
may wish to copy it into a batch file and run that batch file.
4. Restart WebSphere Application Server (WAS) by using the following
commands from a command prompt.
stopserver server1
startserver server1
If you are using a server than other than
server1
, enter that server name
instead.
Confirm WebSphere and SOAP installation
Confirm that your installation of WebSphere Application Server and SOAP was
successful.
Read the SystemOut.log file
The
SystemOut.log
file contains information about your WebSphere installation.
You can find it in the
C:\IBM\LDAP\V6.0\appsrv\lib\app
directory.
Search the log for the word SOAP. You should see a line with the following
format:
[3/13/06 15:17:40:288 PST] 731e794c JMXSoapAdapte A ADMC0013I: SOAP
connector available at port 12103
If you cannot find a line indicating that a SOAP connector is available, there is a
problem with your SOAP installation. For troubleshooting steps, see
“Troubleshooting” on page 55.
Also, check the port number for HttpTransport. You should see a line with the
following format:
[3/13/06 15:17:45:928 PST] 731e794c HttpTransport A SRVE0171I:
Transport http is listening on port 12,100.
This indicates that the SOAP HTTP server is running at port 12100. You will use
the port number for the browser verification page.