#
# sample build.properties for ajp connector.
# edit to taste...
#

# Directory where tomcat5 is installed
tomcat5.home=/usr/local/jakarta/tomcat5.0

# Location of Apache2, Apache1.3, Netscape, IIS
apache2.home=/usr/local/apache2

# APR location - by default the version included in Apache2 is used.
# Don't edit unless you install 'standalone' apr.
apr.home=/usr/local/src/httpd-2.0.48/srclib/apr

apr.include=/usr/local/src/httpd-2.0.48/srclib/apr/include
apr-util.include=/usr/local/src/httpd-2.0.48/srclib/apr-util/include

apr.lib=/usr/local/apache2/lib
apr-util.lib=/usr/local/apache2/lib
apache2.lib=/usr/local/apache2/lib


# Compile-time options for native code
#so.debug=true
so.debug=false
so.optimize=false
so.profile=false