I am trying to run red5-debug.bat using command line as directed in document of Apache OpenMeetings named as "Installing OM2.x on Windows 7". But unable to run the script properly. I am seeing the following window:
c:\red5>red5-debug.bat c:\red5>if NOT DEFINED RED5_HOME set RED5_HOME=c:\red5\ c:\red5>set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server= y,suspend=n c:\red5>"C:\red5\\red5.bat" c:\red5>SETLOCAL c:\red5>if NOT DEFINED RED5_HOME set RED5_HOME=C:\red5\ c:\red5>if NOT DEFINED RED5_MAINCLASS set RED5_MAINCLASS=org.red5.server.Bootstr ap c:\red5>if NOT DEFINED JAVA_HOME goto err c:\red5>REM JAVA options c:\red5>REM You can set JAVA_OPTS to add additional options if you want c:\red5>REM Set up logging options c:\red5>set LOGGING_OPTS=-Dlogback.ContextSelector=org.red5.logging.LoggingConte xtSelector -Dcatalina.useNaming=true c:\red5>REM Set up security options c:\red5>REM set SECURITY_OPTS= -Djava.security.debug=failure -Djava.security.man ager -Djava.security.policy="C:\red5\/conf/red5.policy" c:\red5>set SECURITY_OPTS=-Djava.security.debug=failure c:\red5>set JAVA_OPTS=-Dlogback.ContextSelector=org.red5.logging.LoggingContextS elector -Dcatalina.useNaming=true -Djava.security.debug=failure -Xdebug -Xrunjdw p:transport=dt_socket,address=8787,server=y,suspend=n c:\red5>set JYTHON_OPTS=-Dpython.home=lib c:\red5>set RED5_CLASSPATH=C:\red5\\boot.jar;C:\red5\\conf; c:\red5>if NOT DEFINED RED5_OPTS set RED5_OPTS= c:\red5>goto launchRed5 c:\red5>echo Starting Red5 Starting Red5 c:\red5>"C:\Program Files\Java\jdk1.7.0_13\bin\bin\java" -Dpython.home=lib -Dlog back.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNamin g=true -Djava.security.debug=failure -Xdebug -Xrunjdwp:transport=dt_socket,addre ss=8787,server=y,suspend=n -cp "C:\red5\\boot.jar;C:\red5\\conf;" org.red5.serve r.bootstrap The system cannot find the path specified. c:\red5>goto finally c:\red5>ENDLOCAL c:\red5> Please help me about it to run the script successfully. Thanks in advance.
