aboutsummaryrefslogtreecommitdiff
path: root/erecht.client.ss/data/conf/tomcat/win32/stoptomcat.bat
diff options
context:
space:
mode:
authorpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-09-05 10:19:19 +0000
committerpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-09-05 10:19:19 +0000
commitef61e7c9b4591f65ebe9abf6afad51999136e41c (patch)
tree9685b0eafa4f3793f02c96c2999fa1603fbc9e85 /erecht.client.ss/data/conf/tomcat/win32/stoptomcat.bat
parent15ff0aeee18b4f7774d65b3b6b4fdba04996efe9 (diff)
downloadmoa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.tar.gz
moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.tar.bz2
moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.zip
removed obsolete files
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@992 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'erecht.client.ss/data/conf/tomcat/win32/stoptomcat.bat')
-rw-r--r--erecht.client.ss/data/conf/tomcat/win32/stoptomcat.bat24
1 files changed, 0 insertions, 24 deletions
diff --git a/erecht.client.ss/data/conf/tomcat/win32/stoptomcat.bat b/erecht.client.ss/data/conf/tomcat/win32/stoptomcat.bat
deleted file mode 100644
index 0c33e43ee..000000000
--- a/erecht.client.ss/data/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=<Java JDK home directory>
-
-rem Java endorsed directory
-rem If not set, the catalina scripts default applies (%CATALINA_HOME%/common/endorsed)
-rem set JAVA_ENDORSED_DIRS=<Java endorsed directory>
-
-rem ----------------
-rem Tomcat config
-rem ----------------
-
-rem Tomcat 4.1.x home directory (no trailing path separator)
-set CATALINA_HOME=<Tomcat home directory>
-
-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