Install soap into websphere application server, Install soap into websphere application server 46 – Google Postini Directory Sync Configuration Guide User Manual
Page 46

46
Configuration Guide for Directory Sync
4. Copy the file
server.xml
to
server.xml.original
as a backup. The
server.xml
file is in the directory:
C:\IBM\LDAP\V6.0\appsrv\config\cells\DefaultNode\nodes\DefaultN
ode\servers\server1
As in Step 1, if you are using a server than other than
server1
, enter that
server name instead. You can find the server name in the WAS log files in the
logs directory under WebSphere Application Server.
5. Open “server.xml” in a text editor and add the following:
xmlns:dsml="http://www.ibm.com/websphere/appserver/schemas/5.0/
DSMLv2.xmi" xmlns:SOAP-ENV="http://www.ibm.com/websphere/
appserver/schemas/5.0/soap-env.xmi":
This should be as the second to last entry, immediately before the following
line:
xmlns:pmiservice="http://www.ibm.com/websphere/appserver/
schemas/5.0/pmiservice.xmi" >
6. Create a new directory:
C:\IBM\LDAP\V6.0\appsrv\lib\app
Search for the following files and copy them into the directory you created:
activation.jar (Modified 3/30/2005 11:33AM, 54,368 bytes)
auibase.jar (Modified 1/31/2005 05:56 AM, 346,819 bytes)
dsml.jar (Modified 04/05/2005 01:28PM, 197,952 bytes)
ibmjsseprovider.jar (Modified 03/30/2005 12:33AM, 320,513
bytes)
IBMLDAPJavaBer.jar (Modified 04/05/2005 01:05PM, 41,398 bytes)
mail.jar (Modified 03/30/2005 11:33AM, 280,984 bytes)
regex4j.jar (Modified 04/05/2005 12:42PM, 79,466 bytes)
soap.jar (Modified 06/10/2002 03:00AM, 232,498 bytes)
xerces.jar (Modified 11/15/2001 03:51PM, 1,812,019 bytes)
xercesImpl.jar (Modified 07/26/2005 05:10PM, 1,203,860 bytes)
xmlParserAPIs.jar (Modified 7/26/2005 05:10PM, 194,205 bytes)
7. 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.
Install SOAP into WebSphere Application Server
Using DSML on WebSphere Application Server requires that SOAP is installed
and enabled. Copy the appropriate
.jar
and
.war
files, then run a batch
command to install the SOAP.
1. Copy the file
soap.jar
from the Apache SOAP v2.3.1 package into
C:\IBM\LDAP\V6.0\appsrv\lib\soap.jar
.