Apache1.3+Tomcat3.3.1a in Linux!!!!...

2003-02-20 Thread Ramkumar Krishnan

Hi All,

   I am a newbie to linux and tomcat. I configured tomcat3.3.1a with apache1.3  in 
Windows NT. I don't know how to do it in the Linux?..

  This is my mod_jk.conf.

IfModule !mod_jk.c
  LoadModule jk_module libexec/mod_jk.so
/IfModule

JkWorkersFile /home/navinv/ramkumar/jakarta-tomcat-3.3.1a/conf/jk/workers.properties
JkLogFile /home/navinv/ramkumar/jakarta-tomcat-3.3.1a/logs/mod_jk.log

JkLogLevel emerg



JkMount /admin ajp13
JkMount /admin/* ajp13

JkMount /examples ajp13
JkMount /examples/* ajp13

JkMount /AccountAggregator ajp13
JkMount /AccountAggregator/* ajp13
--
and i found three shared objects.

Out of the following three, which one i should rename to mod_jk.so and include in the 
/modules/ folder. Please tell me about what is EAPI?..

1. mod_jk-3.3-ap13-eapi.so
2. mod_jk-3.3-ap13-noeapi.so
3. mod_jk-3.3-ap20.so

Any help would be appreciated..

thanks,
Ramkumar




RE: Apache1.3+Tomcat3.3.1a in Linux!!!!...

2003-02-20 Thread Larry Isaacs
Since it seems unlikely that you are using mod_ssl for
Apache 1.3, you would use mod_jk-3.3-ap13-noeapi.so.  See
the diagram and architecture discussion near the middle of:

http://www.modssl.org/docs/2.8/ssl_overview.html

to see where EAPI comes from.

Cheers,
Larry

 -Original Message-
 From: Ramkumar Krishnan [mailto:[EMAIL PROTECTED]] 
 Sent: Thursday, February 20, 2003 7:52 AM
 To: Tomcat Users List
 Subject: Apache1.3+Tomcat3.3.1a in Linux...
 
 
 
 Hi All,
 
I am a newbie to linux and tomcat. I configured 
 tomcat3.3.1a with apache1.3  in Windows NT. I don't know how 
 to do it in the Linux?..
 
   This is my mod_jk.conf.
 
 IfModule !mod_jk.c
   LoadModule jk_module libexec/mod_jk.so
 /IfModule
 
 JkWorkersFile 
 /home/navinv/ramkumar/jakarta-tomcat-3.3.1a/conf/jk/workers.p
 roperties
 JkLogFile 
 /home/navinv/ramkumar/jakarta-tomcat-3.3.1a/logs/mod_jk.log
 
 JkLogLevel emerg
 
 
 
 JkMount /admin ajp13
 JkMount /admin/* ajp13
 
 JkMount /examples ajp13
 JkMount /examples/* ajp13
 
 JkMount /AccountAggregator ajp13
 JkMount /AccountAggregator/* ajp13
 --
 and i found three shared objects.
 
 Out of the following three, which one i should rename to 
 mod_jk.so and include in the /modules/ folder. Please tell me 
 about what is EAPI?..
 
 1. mod_jk-3.3-ap13-eapi.so
 2. mod_jk-3.3-ap13-noeapi.so
 3. mod_jk-3.3-ap20.so
 
 Any help would be appreciated..
 
 thanks,
 Ramkumar
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]