diff --git a/shellscript/linux/start_maxkey_wiki.sh b/shellscript/linux/start_maxkey_wiki.sh deleted file mode 100644 index f5b03f738..000000000 --- a/shellscript/linux/start_maxkey_wiki.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -source ./set_maxkey_env.sh - -CATALINA_HOME=./maxkey_wiki -sh ./maxkey_wiki/bin/startup.sh diff --git a/shellscript/windows/start_maxkey_wiki.bat b/shellscript/windows/start_maxkey_wiki.bat deleted file mode 100644 index ee7f06007..000000000 --- a/shellscript/windows/start_maxkey_wiki.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off - -call set_maxkey_env.bat - -echo == Web Server Apache Tomcat. == -echo == Web Application Server will started. == -echo == Please wait .... == - -echo == Start Apache Tomcat... == -echo =============================================================================== -set CATALINA_HOME=./maxkey_wiki -call maxkey_wiki\bin\startup.bat - - - - -