@echo off REM REM Customize this file based on where you install various 3rd party components REM such as the JDK, Ant and Tomcat. REM REM the root of Beehive distribution set BEEHIVE_HOME=@BEEHIVE_HOME@ REM location of a JDK set JAVA_HOME=@JAVA_HOME@ REM location of Ant set ANT_HOME=@ANT_HOME@ REM location of Tomcat set CATALINA_HOME=@CATALINA_HOME@ set PATH=%PATH%;%JAVA_HOME%\bin;%ANT_HOME%\bin