Paths to be set before build, deploy and register the plug-ins in OSM
edited May 6, 2011 3:39AM in Order and Service Management (Communications Industry) (MOSC) 2 commentsAnswered
It is better to set following paths before build, deploy and register sample/custom plug-ins in OSM
set APP_ROOT=OSM_Installation_Directory\SDK
set APP_CLASSPATH=%APP_ROOT%\deploytool.jar;%APP_ROOT%\Automation\automationdeploy_bin\xmlparserv2.jar;%APP_ROOT%\Automation\automationdeploy_bin\commons-logging-1.1.jar;BEA_Installation_Directory\weblogic92\server\lib\weblogic.jar
set CLASSPATH=%APP_CLASSPATH%;%CLASSPATH%
set APP_ROOT=OSM_Installation_Directory\SDK
set APP_CLASSPATH=%APP_ROOT%\deploytool.jar;%APP_ROOT%\Automation\automationdeploy_bin\xmlparserv2.jar;%APP_ROOT%\Automation\automationdeploy_bin\commons-logging-1.1.jar;BEA_Installation_Directory\weblogic92\server\lib\weblogic.jar
set CLASSPATH=%APP_CLASSPATH%;%CLASSPATH%
0