From 4075bf26b65cf2be4c55f2e9cbdc1b854a41dbce Mon Sep 17 00:00:00 2001 From: pdanner Date: Wed, 5 Sep 2007 10:02:19 +0000 Subject: removed obsolete files git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@990 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss.slinterface/conf/tomcat/win32/starttomcat.bat | 45 ---------------------- spss.slinterface/conf/tomcat/win32/stoptomcat.bat | 24 ------------ 2 files changed, 69 deletions(-) delete mode 100644 spss.slinterface/conf/tomcat/win32/starttomcat.bat delete mode 100644 spss.slinterface/conf/tomcat/win32/stoptomcat.bat (limited to 'spss.slinterface/conf/tomcat/win32') diff --git a/spss.slinterface/conf/tomcat/win32/starttomcat.bat b/spss.slinterface/conf/tomcat/win32/starttomcat.bat deleted file mode 100644 index d792f7777..000000000 --- a/spss.slinterface/conf/tomcat/win32/starttomcat.bat +++ /dev/null @@ -1,45 +0,0 @@ -rem ---------------- -rem Java home -rem ---------------- - -rem JDK home directory (no trailing path separator) -set JAVA_HOME= - -rem Java endorsed directory -rem If not set, the catalina scripts default applies (%CATALINA_HOME%/common/endorsed) -rem set JAVA_ENDORSED_DIRS= - -rem ---------------- -rem Tomcat config -rem ---------------- - -rem Tomcat 4.1.x home directory (no trailing path separator) -set CATALINA_HOME= - -rem Tomcat 4.1.x base directory (no trailing path separator) -rem If you do not work with bases, please set base directory to CATALINA_HOME -set CATALINA_BASE=%CATALINA_HOME% - -rem ---------------- -rem MOA SL config -rem ---------------- - -rem MOA SL configuration properties file -set MOA_SL_CFG_HOME=%CATALINA_BASE%\conf\moa-sl -set PARAM_SLCONFIG=-Dat.gv.egovernment.moa.spss.slinterface.PropertiesLocation=%MOA_SL_CFG_HOME%\moa-sl.properties - -rem MOA SL log4j configuration file -set MOA_SL_LOG4J_HOME=%CATALINA_BASE%\conf\log4j -set PARAM_LOGGING=-Dlog4j.configuration=file:%MOA_SL_LOG4J_HOME%\log4j.properties - -rem SSL options, if Tomcat should be used for checking client authenticity -rem set PARAM_TRUST_STORE=-Djavax.net.ssl.trustStore=truststore.jks -rem set PARAM_TRUST_STORE_PASS=-Djavax.net.ssl.trustStorePassword=changeit -rem set PARAM_TRUST_STORE_TYPE=-Djavax.net.ssl.trustStoreType=jks - -rem set PARAMS_SSL=%PARAM_TRUST_STORE% %PARAM_TRUST_STORE_PASS% %PARAM_TRUST_STORE_TYPE% -set PARAMS_MOA=%PARAM_SLCONFIG% %PARAM_LOGGING% -set CATALINA_OPTS=%PARAMS_MOA% %PARAMS_SSL% - -cd %CATALINA_HOME% -bin\catalina.bat run diff --git a/spss.slinterface/conf/tomcat/win32/stoptomcat.bat b/spss.slinterface/conf/tomcat/win32/stoptomcat.bat deleted file mode 100644 index 0c33e43ee..000000000 --- a/spss.slinterface/conf/tomcat/win32/stoptomcat.bat +++ /dev/null @@ -1,24 +0,0 @@ -rem ---------------- -rem Java home -rem ---------------- - -rem JDK home directory (no trailing path separator) -set JAVA_HOME= - -rem Java endorsed directory -rem If not set, the catalina scripts default applies (%CATALINA_HOME%/common/endorsed) -rem set JAVA_ENDORSED_DIRS= - -rem ---------------- -rem Tomcat config -rem ---------------- - -rem Tomcat 4.1.x home directory (no trailing path separator) -set CATALINA_HOME= - -rem Tomcat 4.1.x base directory (no trailing path separator) -rem If you do not work with bases, please set base directory to CATALINA_HOME -set CATALINA_BASE=%CATALINA_HOME% - -cd %CATALINA_HOME% -bin\catalina.bat stop \ No newline at end of file -- cgit v1.2.3