Debian Package
Worked perfect. Thanks again for your help!
Also, if anyone would like to create a debian (.deb) package for easy installation on an ubunutu system, here's the steps:
Code:
sudo apt-get install alien
Download 2X tar.bz2 package, and convert it to a tar.gz package using your favorite archiving program (I used Archive Manager in the gui - File - Save As).
Then, in a command prompt run this:
Code:
sudo alien -d 2xApplicationServerClient.tar.gz --scripts
You will now have a .deb package for easy installation and management through the package manager.