Previous Topic: SOAP Web Services ConfigurationNext Topic: Web Services Security


Redeploy the Web Services

New configuration settings take effect when you redeploy CA SDM Web Services. Complete the following steps to redeploy the Web Services:

  1. Open a command prompt and set the CLASSPATH environment variable to include the required Axis jar files, which are supplied in <NX_ROOT>/java/lib.

    For example, to set it on Windows, execute the following command:

    set AXISHOME=%NX_ROOT%\java\lib
    set classpath= %AXISHOME%\axis.jar;%AXISHOME%\jaxrpc.jar;%AXISHOME%\saaj.jar;%AXISHOME%\commons-logging.jar;%AXISHOME%\commons-discovery.jar;%AXISHOME%\wsdl4j.jar;%AXISHOME%\log4j-1.2.8.jar;%classpath%;
    
  2. Modify the directory to <NX_ROOT>/sdk/websvc/R11 and execute the following commands:
    java org.apache.axis.client.AdminClient undeploy.wsdd
    java org.apache.axis.client.AdminClient deploy.wsdd
    
  3. Recycle Tomcat by recycling the CA SDM service. You can avoid shutting down the entire CA SDM system by recycling Tomcat by simply using the following commands:
    pdm_tomcat_nxd -c stop
    pdm_tomcat_nxd -c start
    

    The Web Service is redeployed.

  4. Verify that the service deployed by viewing the Axis services listing page at the following default URL:
    http://<servername>:<port>/axis/services
    

    Note: The exact URL depends upon your installation settings.