From 74def16e00f2e87779c4002351437515271cc3ee Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 19 Jan 2004 14:31:29 +0000 Subject: [PATCH] No more in use. --- helm/scripts/start-tomcat | 8 -------- helm/scripts/start-tomcat-debug | 2 -- helm/scripts/stop-tomcat-debug | 2 -- 3 files changed, 12 deletions(-) delete mode 100755 helm/scripts/start-tomcat delete mode 100755 helm/scripts/start-tomcat-debug delete mode 100755 helm/scripts/stop-tomcat-debug diff --git a/helm/scripts/start-tomcat b/helm/scripts/start-tomcat deleted file mode 100755 index ac9912ee3..000000000 --- a/helm/scripts/start-tomcat +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -trap stop-tomcat-debug EXIT -start-tomcat-debug >/dev/null -echo TOMCAT is on its way, wait a few seconds before using it. -echo Press enter to kill TOMCAT. -echo -read -echo Shutting down... diff --git a/helm/scripts/start-tomcat-debug b/helm/scripts/start-tomcat-debug deleted file mode 100755 index bae236b46..000000000 --- a/helm/scripts/start-tomcat-debug +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$HELMROOT/shared/libraries/tomcat/bin/startup.sh diff --git a/helm/scripts/stop-tomcat-debug b/helm/scripts/stop-tomcat-debug deleted file mode 100755 index 89f4e5d31..000000000 --- a/helm/scripts/stop-tomcat-debug +++ /dev/null @@ -1,2 +0,0 @@ -#! /bin/sh -exec $HELMROOT/shared/libraries/tomcat/bin/shutdown.sh -- 2.39.2