Creating Citrix Web Interface war files

The Java used by Tomcat is not in the user path in CentOS 5.3. The only time this has been a problem is when I need to create war files for the Web Interface and PN Agent from a new release from Citrix.

Rather than change the environment, I just provide the full path to java when creating the archives:

/usr/java/latest/bin/java -jar WebInterface.jar

Leave a Reply