you need to manually copy admin.sh/bat or delete "build/red5/server" first
On Thu, Oct 25, 2012 at 5:42 PM, [email protected] < [email protected]> wrote: > I've svn up and run: ant dist > => cd dist/red5 > ==> admin.bat .... > ===> same error: > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/servlet/ServletContext > Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContext > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > Could not find the main class: org.apache.openmeetings.cli.Admin. Program > will exit. > > Sebastian > > 2012/10/25 <[email protected]> > >> 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 $* >> >> >> >> > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > -- WBR Maxim aka solomax
