# # RPM SETTINGS # PACKAGE_NAME = deegree2-u3r PACKAGE_VERSION = 2.6pre PACKAGE_RELEASE = 1gp #SPEC RPM Requires REQ_APACHE = apache2 REQ_JAVA = java-1_6_0-sun REQ_TOMCAT = tomcat6 # # TOMCAT SETTINGS # TC_VERSION = tomcat6 TC_INTEGRATION = tomcat6_integration TC_HOME = /usr/share/tomcat6 # Owner of Tomcat Instance TC_OWNER = gispatcher TC_GROUP = tomcat # Location for the tomcat configuration TC_TEMPLATE_SRC = . # Place to install the tomcat instacne TC_TARGET = /opt/$(TC_OWNER)/$(TC_NAME) # TC_PROXY_TARGET sets the target of the proxy-entry in Apache2 TC_PROXY_TARGET = $(TC_NAME) #CATALINA_OPTS TC_OPTS = -server -Djava.awt.headless=true -Xmx256m -Dfile.encoding=UTF-8 # # APACHE SETTINGS # # DNS name of the server where the application can be reached (depends on Apache mod_proxy) SERVER_URL = demo.gispatcher.com # Port the website can be accessed from outside SERVER_HTTP_PORT = 80 # Setting Apache VHOST DIR VHOSTDIR =/etc/apache2/vhosts.d # # JAVA SETTINGS # # Path to Sun Java Runtime environment SUN_JAVA_HOME = /usr/lib/jvm/jre-1.6.0-sun # Setting JAVA_OPTS SUN_JAVA_OPTS = -server -Djava.awt.headless=true -Xmx256m -Dfile.encoding=UTF-8