Archive

Posts Tagged ‘java’

Eclipse Red5 Plugin

April 8th, 2009 Arthur Gressick 2 comments

I scoured the web looking for the Red5 plugin and finally found the location for the plugin. Here is the URL and the directions for installing it.

http://jira.red5.org/confluence/display/tools/Installation

Let me know if this page goes away and I will update with a new link.

Categories: Red5, java Tags: , ,

Ubuntu Ahsay OBS Server

February 11th, 2009 Arthur Gressick 1 comment

We recently wanted to migrate the Ahsay OBS replica from Windows and Mac OS X to Ubuntu Linux 64-bit. I found it very challenging to get it going so I thought I would share my notes.

After downloading the Ahsay 5.x software and setting up a clean Ubuntu 8.10 Image I did the following:

mkdir /usr/local/obs
OBS_HOME=/usr/local/obs; export OBS_HOME

I then got the installer from Ashay then ran the following

cp obsr-nix.tar.gz $OBS_HOME
gunzip obsr-nix.tar.gz
tar -xf obsr-nix.tar

I then got from their website the latest Java 64 runtime and then

mv java java.bak
wget http://download.ahsay.com/temp/support/java/java16u3\(x64\).tar.gz
gunzip java16u3(x64).tar.gz
tar -xf java16u3(x64).tar

Once you have the new folder for the java then I ran the installer

sh $OBS_HOME/bin/install.sh

After that I was ready to log into the machine and complete the setup via the web portal.

This is the result of the install.

Log Time: Fri Nov  6 11:14:33 PST 2009
Start configuration on Generic Linux Platform (Linux)
Using OBSR_HOME /usr/local/obs
Created symbolic link at /usr/local/obs/java
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)
JVM is verified for installation!
Installing [ Ahsay Offsite Backup Server and Replication Server ]
[ Ahsay Offsite Backup Server and Replication Server ] Service Script created at /usr/local/obs/bin/obsr
Install Service for NIX type OS
Using init script path /etc/init.d
Using run level script path /etc
Copying script obsr to /etc/init.d
Creating symbolic link to run levels
You may start this service by:
 
sh "/etc/init.d/obsr" start &
 
[ Ahsay Offsite Backup Server and Replication Server ] setup completed!
Startup [ Ahsay Offsite Backup Server and Replication Server ]
Started [ Ahsay Offsite Backup Server and Replication Server ]

Categories: Ubuntu 8.x Server Tags: , , ,