14- red5-shutdown.bat and red5-debug.bat

  1. Go to your red5_server eclipse project dist directory (C:\Documents and Settings\Administrator\My Documents\Eclipse\red5_server\dist), and open the red5-shutdown.bat file in notepad. Find the line that says:
    %RED5_HOME%\red5.bat
    and put quotes around it so that it now reads:
    "%RED5_HOME%\red5.bat"
  2. Now open the red5-debug.bat file in notepad. Find the line that says:
    %RED5_HOME%\red5.bat
    and put quotes around it so that it now reads:
    "%RED5_HOME%\red5.bat"
  3. TEST IT: double click on red5-debug.bat to start red5 service. Then double click on red5-shutdown.bat to stop it.
« Back to Home