Files
2024-05-09 17:40:24 +02:00

30 lines
1.3 KiB
Batchfile

@ECHO OFF
REM ***************************************************
REM JAVA HOME
REM ***************************************************
SET JAVA_HOME="C:\Program Files\Java\jdk1.6.0_45"
REM C:\bea92\jdk150_10
REM ***************************************************
REM Librerie
REM ***************************************************
SET WLS_LIB=C:\WebLogicServer10.3.6\wlserver\server\lib\weblogic.jar
SET SIM_LIB=C:\git\gtw_dbcfx\dbcfxsrc\FE\gnpdev\sim\SimulatoriDBCFX.jar
REM SET JSSE_LIB=/work/javalib/ibmjceprovider.jar;C:/work/javalib/ibmjsseprovider.jar
SET INFOTRACCIATI_LIB=C:\git\gtw_dbcfx\dbcfxsrc\FE\gnpdev\dbcfx\ear\res\APP-INF\lib\InfoTracciatiFW.jar
SET CPATH=%WLS_LIB%;%SIM_LIB%;%JSSE_LIB%;%INFOTRACCIATI_LIB%
REM ***************************************************
REM Argomenti JVM
REM ***************************************************
SET SIM_CONF_FILE=C:\git\gtw_dbcfx\dbcfxsrc\FE\gnpdev\sim\properties\simulatoreGNP.properties
SET KS_FILE_NAME=/gnpapp/cert/dbcfxCAkeystore
REM SET JVM_ARGS=-Dsim_conf_file=%SIM_CONF_FILE% -Dweblogic.security.TrustKeyStore=CustomTrust -Dweblogic.security.CustomTrustKeyStoreFileName=%KS_FILE_NAME% -Dweblogic.security.SSL.ignoreHostnameVerification=true
SET JVM_ARGS=-Dsim_conf_file=%SIM_CONF_FILE% -Dweblogic.security.TrustKeyStore=DemoTrust