From c1a12d0c44e8af0794a5342d5ebedfb292ff25dd Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Mon, 22 Jan 2007 11:04:47 +0000 Subject: [PATCH] Added startup and shutdown batch files --- .../server-java/Svc/templates/shutdown.bat | 26 ++++++++++++++++++ .../server-java/Svc/templates/startup.bat | 27 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 CASA-auth-token/server-java/Svc/templates/shutdown.bat create mode 100644 CASA-auth-token/server-java/Svc/templates/startup.bat diff --git a/CASA-auth-token/server-java/Svc/templates/shutdown.bat b/CASA-auth-token/server-java/Svc/templates/shutdown.bat new file mode 100644 index 00000000..3ca7e5db --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/shutdown.bat @@ -0,0 +1,26 @@ +@echo off +rem ######################################################################## +rem # +rem # Copyright (C) 2006 Novell, Inc. All Rights Reserved. +rem # +rem # This library is free software; you can redistribute it and/or +rem # modify it under the terms of the GNU Lesser General Public +rem # License as published by the Free Software Foundation; version 2.1 +rem # of the License. +rem # +rem # This library is distributed in the hope that it will be useful, +rem # but WITHOUT ANY WARRANTY; without even the implied warranty of +rem # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +rem # Library Lesser General Public License for more details. +rem # +rem # You should have received a copy of the GNU Lesser General Public +rem # License along with this library; if not, Novell, Inc. +rem # +rem # To contact Novell about this file by physical or electronic mail, +rem # you may find current contact information at www.novell.com. +rem # +rem # Author: Juan Carlos Luciani +rem # +rem ######################################################################## + +ATS_JAVA_HOME/bin/tomcat5.exe //SS//CasaAuthTokenSvc diff --git a/CASA-auth-token/server-java/Svc/templates/startup.bat b/CASA-auth-token/server-java/Svc/templates/startup.bat new file mode 100644 index 00000000..24e98103 --- /dev/null +++ b/CASA-auth-token/server-java/Svc/templates/startup.bat @@ -0,0 +1,27 @@ +@echo off +rem ######################################################################## +rem # +rem # Copyright (C) 2006 Novell, Inc. All Rights Reserved. +rem # +rem # This library is free software; you can redistribute it and/or +rem # modify it under the terms of the GNU Lesser General Public +rem # License as published by the Free Software Foundation; version 2.1 +rem # of the License. +rem # +rem # This library is distributed in the hope that it will be useful, +rem # but WITHOUT ANY WARRANTY; without even the implied warranty of +rem # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +rem # Library Lesser General Public License for more details. +rem # +rem # You should have received a copy of the GNU Lesser General Public +rem # License along with this library; if not, Novell, Inc. +rem # +rem # To contact Novell about this file by physical or electronic mail, +rem # you may find current contact information at www.novell.com. +rem # +rem # Author: Juan Carlos Luciani +rem # +rem ######################################################################## + +ATS_JAVA_HOME/bin/tomcat5.exe //RS//CasaAuthTokenSvc +