Installing Hyades
In order to install and use the profiling and logging features
of the Hyades project, follow these steps:
c:\raserver). To setup and run the collection engine on Windows and NON-Windows platforms follow the steps below.
SetConfig.bat.
You will
need the Java Runtime Environment (JRE) included as part of your
path in order to run this file. This batch file will prompt for the
location of the (JRE) that the engine should use (e.g., c:\jdk1.4.1\bin). It also prompts for the hosts that
should be given permission to access the server. If you are
intending to only use your own machine for profiling Java application
or importing log files, then the default (LOCAL) will be
sufficient. The output of this script file will be a file called
serviceconfig.xml placed under the config directory of the engine's
location (e.g. c:\raserver\config). You may edit this file manually.
The rules are documented in the DTD file serviceconfig.dtd, in the
'dtd' directory of the engine's location.
c:\raserver\bin).
NOTE: Do NOT encase the environment variable's value in double quotes
c:\raserver). The server will use this environment variable to locate the configuration file.
NOTE: Do NOT encase the environment variable's value in double quotes
Start the server by running the RAServer.exe from the 'bin' directory.
Stop the server by terminating the RAServer.exe process (e.g. closing the command shell).
![]() |
LIBPATH=$RASERVER_HOME/lib:$LIBPATH
export LIBPATH SHLIB_PATH=$RASERVER_HOME/lib:$SHLIB_PATH
export SHLIB_PATH
LD_LIBRARY_PATH=$RASERVER_HOME/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH