Home > red5 admin jsp > red5 admin.jsp error

Red5 Admin.jsp Error

Forums Web Hosting Talk Tutorials VPS Tutorials How to install red5 properly with Common TROUBLESHOOTING If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Results 1 to 9 of 9 Thread: How to install red5 properly with Common TROUBLESHOOTING Tweet Thread Tools Show Printable Version Subscribe to this Thread… Search Thread Advanced Search Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode 05-07-2011,11:45 PM #1 onel0ve View Profile View Forum Posts View Forum Threads Disabled Join Date Feb 2010 Posts 114 How to install red5 properly with Common TROUBLESHOOTING Red5 Installation In centos 5.6 32/64bit INSTALL JAVA Code: yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel INSTALL ANT Code: cd /root/tmp wget http://apache.mirrors.pair.com/ant/binaries/apache-ant-1.8.2-bin.tar.gz tar jxvf apache-ant-1.8.2-bin.tar.bz2 mv apache-ant-1.8.2 /usr/local/ant EXPORT VARIABLES FOR ANT AND JAVA Code: export ANT_HOME=/usr/local/ant export JAVA_HOME=/usr/lib/jvm/java export PATH=$PATH:/usr/local/ant/bin export CLASSPATH=.:$JAVA_HOME/lib/classes.zip echo 'export ANT_HOME=/usr/local/ant' >> /etc/bashrc echo 'export JAVA_HOME=/usr/lib/jvm/java' >> /etc/bashrc echo 'export PATH=$PATH:/usr/local/ant/bin' >> /etc/bashrc echo 'export CLASSPATH=.:$JAVA_HOME/lib/classes.zip' >> /etc/bashrc INSTALL SVN Code: yum install perl-URI yum install subversion Common problem when you will try to install this Code: [emailprotected] [/usr/local/src]# yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp.nluug.nl * extras: ftp.nluug.nl * updates: ftp.nluug.nl Excluding Packages in global exclude list Finished Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package subversion.i386 0:1.6.11-7.el5_6.3 set to be updated --> Processing Dependency: perl(URI) >= 1.17 for package: subversion --> Processing Dependency: neon >= 0.25.5-6.el5 for package: subversion --> Processing Dependency: libneon.so.25 for package: subversion --> Processing Dependency: libapr-1.so.0 for package: subversion --> Processing Dependency: libaprutil-1.so.0 for package: subversion ---> Package subversion.x86_64 0:1.6.11-7.el5_6.3 set to be updated --> P

Expertise Technical Services Development Services Shared Helpdesk Support Semi Dedicated Team Dedicated Team Installing RED5 Media server on CentOS Server Sunday, May 6, 2012 12:21:55 AM Asia/Calcutta Firstly, check if the dependent software packages are installed: INSTALL JAVA # wget http://www.java.net/download/jdk6/6u21/promoted/b04/binaries/jdk-6u21-ea-bin-b04-linux-amd64-05_may_2010-rpm.bin # chmod 755 jdk-6u21-ea-bin-b04-linux-amd64-05_may_2010-rpm.bin # ./jdk-6u21-ea-bin-b04-linux-amd64-05_may_2010-rpm.bin INSTALL ANT # wget http://archive.apache.org/dist/ant/binaries/apache-ant-X.X.X-bin.tar.gz # tar zxvf apache-ant-x.x.x-bin.tar.gz # mv apache-ant-x.x.x /usr/local/ant # export ANT_HOME=/usr/local/ant # ln -s /usr/local/ant/bin/ant /usr/local/bin/ant INSTALL SUBVERSION # yum install subversion BUILD AND INSTALL RED5 http://www.webhostingtalk.com/showthread.php?t=1046590 # svn co http://red5.googlecode.com/svn/java/server/tags/0_X _X/ red5 # cd red5 # /usr/local/bin/ant prepare # /usr/local/bin/ant dist # cd .. # mv red5 /opt/red5 START RED5 # cd /opt/red5/dist # ./red5.sh > start.log & CONFIGURE RED5 # echo /opt/red5/dist/red5.sh > restart.log & >> /etc/rc.d/rc.local When Red5 is running you should be able to access http://hostname:5080/ . http://www.webhostrepo.com/blog/installing-red5-media-server-on-centos-server/ If it works first thing go to http://hostname:5080/installer/ and install admin. Then to http://hostname:5080/admin/register.html and register an username and password. Then you can check application statistics anytime from http://hostname:5080/admin/ with server ip/hostname and the registered username, password. For newer version of RED5 (0.9 and higher), you have to follow these steps to enable admin # cd /opt/red5/dist/ # mkdir plugins # wget http://red5.googlecode.com/files/AdminPlugin-1.0.zip # unzip -d /opt/red5/dist/plugins AdminPlugin-1.0.zip # cd /opt/red5/dist/webapps # mkdir admin # cd admin # wget http://red5.googlecode.com/files/admin.jsp Restart Red5 # sh /opt/red5/dist/red5-shutdown.sh # sh /opt/red5/dist/red5.sh & http://hostname:5080/admin/admin.jsp Username: admin password: the password for admin New Password: not required as we are creating a new user here. then access http://hostname:5080/demos/adminPanel.html Server Address: hostname and admin and password with which you registered. Bookmark with: Digg.com Stumbleupon.com Del.icio.us Facebook Reddit.com Tags: Installing RED5 Media server on CentOS Server Java Ant configure media Posted in cPanel Linux 3rd party softwares By WHR Admin Post Comments 8 Item(s) Show 10 per page Sort By Created At Added By Tom Västlunden posted on Saturday, January 12, 2013 12:48:2

Antoni Jakubiak Leave a comment Go to comments Briefly speaking, Red5 is a server of the multimedia web applications. It is undoubtedly booming right now; I have just managed to start the administrator's panel and, since it is a complicated process, http://en.jakubiak.info/2009/02/02/red5-%E2%80%93-the-installation-of-administrators-pane.html I find it reasonable to describe it here in order to remember it well. The first step is to load the latest version of Red5 0.8RC2 from the website Xuggle . Then I install it according to instructions: I unzip and set the environment variables RED5_HOME. The next thing to do is to start the Installer application : http://localhost:5080/installer/, install the administer application and restart Red5. Thereafter, following the instructions provided on forum, I register at: http://localhost:5080/admin/register.html red5 admin.jsp After registration I move to restarting Red5 again. Now I can finally log in: http://localhost:5080/demos/adminPanel.html Using the administrator's panel I can view the list of active applications, find the active online users or check the transfer. Categories: Java Tags: Java, Red5, Xuggle Comments (12) Trackbacks (1) Leave a comment Trackback Nicolas April 8th, 2009 at 11:39 | #1 Reply | Quote I cannot get the admin panel app to work, as the registration page doesn't seem to red5 admin.jsp error be there: When I try to access http://MYSEERVER:5080/admin/register.html , I get a TomCat error: java.io.FileNotFoundException: C:\Program Files\Red5\work\red5Engine\192.168.1.1 \admin\org\apache\jsp\WEB_002dINF\jsp\register_jsp.java (The system cannot find the path specified) But when I try to reach the admin itself (http://MYSERVER:5080/demos/adminPanel.html), everything seems to be working… except I don't have a valid user of course. Any idea on what I did wrong here? I'm running the latest RED5 build (RC2). Thanks for your help! peter August 14th, 2009 at 22:08 | #2 Reply | Quote Since it is common knowledge no one can log on to the admin panel it just sits there supposing to stream its own demo content. Ofcourse this demo content is nowhere to be found once the war is deployed in tomcat 6. Even a webpage designed on openoffice renders more functionality than the hundreds of line of code that makes up this so called streaming server Antoni Jakubiak August 15th, 2009 at 07:28 | #3 Reply | Quote @peter Red5 is a great product. I can log on to the admin panel and it works fine for me. For me, Red5 is the most promising streaming server and its now ready for production use. Juan August 25th, 2009 at 12:33 | #4 Reply | Quote @peter As easy as If you don't like it… don't use it. Use your openoffice for web design and everybody as happy as Larry. david Aug

 

Related content

No related pages.