Good Afternoon, If my question should be directed elsewhere - please let me know.
This is my first time building a server as well as a CAS server and am stumped. I have setup the virtual machine in vmware. The OS is RHEL 6.4 I haven't even got CAS 3.5.1 installed yet.... I'm building my tomcat and am trying to follow the apache.org steps by having downloaded and installed the JDK version 6u45 first. Then set the environment variable JAVA_HOME in my .bashrc file. When I check this (java -version) - I get the response: Ø Java version "1.6.0_24" Ø OpenJDK Runtime Environment (IcedTea6 1.11.5) (rhel-1.50.1.11.5.e16_3-x86_64) Ø OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) Which I thought meant it worked. So I moved on to the Apache Ant and this is where I am stumped. I downloaded and unpacked the apache ant 1.8.1 and have tried to set the environment variable in the .bash_profile file as mentioned in an article I found online at docs.oracle.com Added: Ø ANT_HOME=/apache-install-dir/apache-ant-version Ø ANT_OPTS="Xms256M -Xmx512M" Ø PATH=$PATH:$HOME/bin:$ANT_HOME/bin Ø Export ANT_HOME ANT_OPTS PATH But when I check it by entering either 'ant' or 'ant -version' I get the error message Ø -bash: ant: command not found Can anyone point me to a site for instructions or assist me through this hurdle? Thank you! Constance -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
