Author: solomax
Date: Thu Oct 25 10:26:00 2012
New Revision: 1402083
URL: http://svn.apache.org/viewvc?rev=1402083&view=rev
Log:
Command line admin is fixed after Tomcat upgrade
Modified:
incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.bat
incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.sh
Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.bat
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.bat?rev=1402083&r1=1402082&r2=1402083&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.bat
(original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.bat Thu Oct
25 10:26:00 2012
@@ -15,7 +15,7 @@ REM ####################################
set RED5_HOME=%~dp0
set OM_CONTEXT=openmeetings
-set
CLASSPATH=%RED5_HOME%\*;%RED5_HOME%\conf;%RED5_HOME%\lib\*;%RED5_HOME%\webapps\%OM_CONTEXT%\WEB-INF\lib\*;%RED5_HOME%\webapps\%OM_CONTEXT%\WEB-INF;%RED5_HOME%\webapps\%OM_CONTEXT%\WEB-INF\classes
+set
CLASSPATH=%RED5_HOME%\*;%RED5_HOME%\conf;%RED5_HOME%\plugins\*;%RED5_HOME%\lib\*;%RED5_HOME%\webapps\%OM_CONTEXT%\WEB-INF\lib\*;%RED5_HOME%\webapps\%OM_CONTEXT%\WEB-INF;%RED5_HOME%\webapps\%OM_CONTEXT%\WEB-INF\classes
java -cp "%CLASSPATH%" -Dcontext=%OM_CONTEXT%
-Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector
org.apache.openmeetings.cli.Admin %*
Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.sh
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.sh?rev=1402083&r1=1402082&r2=1402083&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.sh
(original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/red5/admin.sh Thu Oct
25 10:26:00 2012
@@ -15,7 +15,7 @@
export RED5_HOME=$(cd $(dirname "$0"); pwd)
export OM_CONTEXT=openmeetings
-export
CLASSPATH=$RED5_HOME/*:$RED5_HOME/conf:$RED5_HOME/lib/*:$RED5_HOME/webapps/${OM_CONTEXT}/WEB-INF/lib/*:$RED5_HOME/webapps/${OM_CONTEXT}/WEB-INF:$RED5_HOME/webapps/${OM_CONTEXT}/WEB-INF/classes
+export
CLASSPATH=$RED5_HOME/*:$RED5_HOME/conf:$RED5_HOME/plugins/*:$RED5_HOME/lib/*:$RED5_HOME/webapps/${OM_CONTEXT}/WEB-INF/lib/*:$RED5_HOME/webapps/${OM_CONTEXT}/WEB-INF:$RED5_HOME/webapps/${OM_CONTEXT}/WEB-INF/classes
java -cp "$CLASSPATH" -Dcontext=${OM_CONTEXT}
-Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector
org.apache.openmeetings.cli.Admin $*