Redeploy the Web Services

New configuration settings take effect when CA Service Desk Manager Web Services is redeployed. 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, use the following:
    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. Change the directory to <NX_ROOT>/sdk/websvc/R11 (or <NX_ROOT>/sdk/websvc/60 for GA Version 6.0 Web Services), and run 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 Service Desk Manager service. You may avoid shutting down the entire CA Service Desk Manager system by recycling Tomcat by simply using the following commands:
    pdm_tomcat_nxd –c stop
    pdm_tomcat_nxd –c start
    

The Web Service is now redeployed. You can verify that the service actually 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.


Copyright © 2010 CA. All rights reserved. Email CA about this topic