build.txt
来自「精通tomcat书籍原代码,希望大家共同学习」· 文本 代码 · 共 14 行
TXT
14 行
This is a source release of the mod_jk 1.2 web server connector for
Tomcat. Only the web server connector source is included. The Tomcat
side of the connector is available with the normal Tomcat distribution.
Documentation for how to build mod_jk 1.2 from source and configure
it for your webserver is located in the native/BUILDING file in this
source distribution.
For the impatient Apache admins:
$> cd native
$> ./configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is)
$> make
$> su -c 'make install'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?