$ICECUBE_TOOLS: Where the suite of tools for Icecube is installed on your system$JBOSS_ROOT: The location of your pristine JBoss installation.$ICEBOSS_HOME: The parent directory of the jboss deployment location. Nominally, this is just '~'
$ICECUBE_TOOLS has the very latest rsync of tools in it.
Verify that $ICECUBE_TOOLS is in your $PATH env variable$JBOSS_ROOT directory, create a new bfd tools only
install. This may require you to remove the existing tools directory
currently there.
> cd $JBOSS_ROOT
> $rm -rf tools
> bfd init -t $ICECUBE_TOOLS
> cd ~
> tar zxf IceAxe-jboss.tgz -C $ICEBOSS_HOME/jboss/server/iceboss0/
> mkdir ~/ICEAXE
> cd ~/ICEAXE
> bfd init $ICECUBE_TOOLS
> source ./setup.(c)sh
> bfd co -rV00-00-03 ICEAXE
> ant lib.all
> ant defaultDeployment
-DDEPLOYMENT=${ICEBOSS_HOME}/jboss/server/iceboss0/deploy
> source $ICEBOSS_HOME/jboss/setup/setup-iceboss.sh # This was setup in your Mercury Environment.
> ant deploy.portlets.all
> jboss &
http://localhost:8008/IceAxe
This will bring up a login page. Use the default "daq" username and password to login.
You may now navigate through pages and see the work done so far. Buttons and actions may not respond as expected; as IceAxe is desinged to work properly only in a SP*S cluster environment.