⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.properties.autoconf

📁 精通tomcat书籍原代码,希望大家共同学习
💻 AUTOCONF
字号:
#
# build.properties for jk2/ajp connector.
# to be processed by configure
#

# Directory where tomcat5 is installed
tomcat5.home=@TOMCAT5_HOME@ 

# Directory where catalina is installed. It can 
# be either 4.0 or 4.1
tomcat40.home=@TOMCAT40_HOME@

# If you want to build/install on  both 4.0 
# and 4.1, set this to point to 4.0 and 'catalina.home'
# to point to 4.0
# ( most people need only the first, but developers should
# have both )
tomcat41.home=@TOMCAT41_HOME@

# Directory where tomcat3.3 is installed
tomcat33.home=@TOMCAT33_HOME@ 

# Location of Apache2, Apache1.3, IIS and Netscape (iPlanet)
apache2.home=@APACHE2_HOME@
apache13.home=@APACHE_HOME@
iis.home=@IIS_HOME@
iplanet.home=@IPLANET_HOME@


# APR location - by default the version included in Apache2 is used.
# Don't edit unless you install 'standalone' apr.
apr.home=@APR_HOME@

apr.include=@APR_INCDIR@
apr-util.include=@APR_UTIL_INCL@

apr.lib=@APR_LIBDIR@
apr-util.lib=@APR_UTIL_LIB@


# Location of Apache2, Apache1.3 apxs build tool
apxs=@APXS@
apxs2=@APXS2@


# Location of Apache2, Apache1.3, IIS and Netscape (iPlanet) 
# includes directory
apache2.include=@APACHE2_INCDIR@
apache13.include=@APACHE_INCDIR@
iis.include=@IIS_INCDIR@
iplanet.include=@IPLANET_INCDIR@


# Location of Apache2, Apache1.3, IIS and Netscape (iPlanet) 
# lib directory
apache2.lib=@APACHE2_LIBDIR@
apache13.lib=@APACHE_LIBDIR@
iis.lib=@IIS_LIBDIR@
iplanet.lib=@IPLANET_LIBDIR@


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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -