Hello Unity,
I am trying to install RMS on my server. I have all the requirements for it and Dolphin including JRE. I have root access and using SSH. I made all the necessary change according to the trac and the ran the command ./red5.sh.
I got this long list with bootstrap complete..... at the end. As far as I could see there were no errors. I went ahead and ran ./run_daemon.sh then ps ax | grep red5 and got this:
1533 pts/0 Sl 0:05 /usr/java/jre1.6.0_16/bin/java -Dpython.home=lib -
Dred5.root=/home/username/rms -Dlogback.ContextSelector=org.red5.logging.Loggin
gContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp
/home/username/rms/red5.jar:/home/username/rms/conf:/home/username/rms/lib/ejb3-per
sistence.jar:.:/usr/local/jdk/lib/classes.zip org.red5.server.Bootstrap
1594 pts/0 S+ 0:00 grep red5
Any Ideas on how to fix this or what it is I am doing wrong. And also port 1935 and HTTP port 5080 are open.
Note: I am installing this in my home directory at this time, but I also get the same thing when I run ps ax | grep red5 when I try it install it in the root.