Remove the tag from esr-server.
[aai/esr-server.git] / esr-core / distribution / standalone / src / main / assembly / bin / run.bat
index 9de9ffa..4923ee6 100644 (file)
 @REM
 
 @echo off
-title extsys-service
+title esr-service
 
 set RUNHOME=%~dp0
 echo ### RUNHOME: %RUNHOME%
-echo ### Starting extsys-service
+echo ### Starting esr-service
 set main_path=%RUNHOME%..\
 cd /d %main_path%
 set JAVA="%JAVA_HOME%\bin\java.exe"
 set port=8312
 set jvm_opts=-Xms50m -Xmx128m
 rem set jvm_opts=%jvm_opts% -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=%port%,server=y,suspend=n
-set class_path=%main_path%;%main_path%extsys-service.jar
+set class_path=%main_path%;%main_path%esr-service.jar
 echo ### jvm_opts: %jvm_opts%
 echo ### class_path: %class_path%
 
-%JAVA% -classpath %class_path% %jvm_opts% org.openo.commonservice.extsys.ExtsysApp server %main_path%conf/extsys.yml
+%JAVA% -classpath %class_path% %jvm_opts% org.onap.aai.esr.ExtsysApp server %main_path%conf/extsys.yml
 
 IF ERRORLEVEL 1 goto showerror
 exit