Getting started

You can use Ant to build and install the FHoSS.

Build
First of all use the "compile" target to compile the source code:
ant compile
Installation
Installation is also done using ant
With the "deploy" target you can install the FHoSS
ant deploy
To modify the destination, change the install.dest property in the "build.properties" file.
Configuration after deploy Default configuration is made for all the needed files to run FHoSS on the localhost. However, you should see these files and modify some parameters as appropriate for your installation. Configure the required configuration files located in the root of the deployment directory. If you want to change some tomcat configuration files, you will find them in "conf/" folder of the deployment directory ("tomcat-users.xml" contains the "hss" and "hssAdmin" users defined).
Creating the Database
You will need a database in order to use the FHoSS. You will find to sql scripts for the MySQL database in the root directory of your installation. Use thes scripts to create a new MySQL database and to populate it with default values.
If you want to use annother DBMS you have to solve two steps:
Startup
You will find two shell scripts in the root directory of your installation. Use startup.cmd to start the FHoSS on a Windows system and startup.sh on Linux/UNIX system.
Make sure you have your JAVA_HOME variable is set correctly.
Management
You can access the management console using a web browser.
http://localhost:8080
There are two initial users:
Additional users can be configured using the /conf/tomcat-user.xml. You may also look at server_roles before you start further configuration.

Generated on Tue Oct 7 04:05:15 2008 for Open IMS Core - FHoSS by  doxygen 1.5.2