|
I just
saw your instructions for setting tomcat up with mod_jk. I've been doing this
for the whole day now, but my tomcat does not greate the mod_jk.conf-auto file.
do you have any idea why?
Hi,Deian:
What is your platform? my platform:Redhat6.2 apache1.3.14 tomcat3.2.1
1.Windows98 (1)Install apache and tomcat3.2.1
(2)Copy mod_jk.dll to modules directory of apache. (3)Start
tomcat3.2.1,where mod_jk-conf is produced. (4)(Stop tomcat3.2.1)
(5)Insert "Include <tomcat's install
dir>\conf\mod_jk.conf-auto" into last line of httpd.conf of apache.
(6)Start tomcat3.2.1 (7)Start apache.
2.Linux In advance,apache should be compiled with DSO.
./configure --enable-module=so --enable-rule=max
(1)Install apache and tomcat3.2.1 (2)Download
tomcat3_2_1-src.tar.gz. * tar zxvf
tomca3_2_1-src.tar.gz * cd
tomcat3.2.1-src/src/native/apache1.3
*/usr/local/apache/bin/apxs -o mod_jk.so -I../jk -I/usr/local/<jdk inst
dir>/include -I/usr/local/<jdk inst
dir>/include/linux -c *.c ../jk/*.c (For
detail,refer to mod_jk-howto.html) As a
result,mod_jk.so is produced. (3)Copy mod_jk.so to libexe dir of
apache. (4)Start tomcat3.2.1,where mod_jk-conf is produced.
(5)(Stop tomcat3.2.1) (6)Insert "Include <tomcat's
install dir>\conf\mod_jk.conf-auto" into last line of httpd.conf of apache.
(7)Start tomcat3.2.1 (8)Start apache.
I am a beginner ,but make it with apache1.3.14 and
tomcat3.2.1.
Deian Chepishev wrote:
Hi, Can anyone tell me please how i can make working together apache and
tomcat 3.2.1 with mod_jkwhen I
install it and try to make something the server gives me the source of
the jsp or browser ask me for saving
file
|