Best connector

2002-08-30 Thread Kemp Randy-W18971
I was wondering what people believe is the best Apache Tomcat connector: mod_jk, mod_webap (warp), or coyote? And to those using coyote - is the configuration entries in Tomcat and Apache different from the warp connector? If so, is there any documentation or write-ups available? -- To unsub

RE: Best connector

2002-08-30 Thread Joseph Molnar
, 2002 6:16 AM > To: [EMAIL PROTECTED] > Subject: Best connector > > I was wondering what people believe is the best Apache Tomcat connector: > mod_jk, mod_webap (warp), or coyote? And to those using coyote - is the > configuration entries in Tomcat and Apache different from the w

Best Connector Setup???

2002-07-30 Thread da_alchemist
Hello All, I am a newbie so bear with me if these seem like simple questions. My understanding is that only WARP and AJP are used to connect with Apache httpd server and the HTTP connector utilizes Tomcat as a web server. Is that correct??? In a production environment with Tomcat 4, which conn

Best Connector for mod_jk + 4.1.x

2003-11-25 Thread Mike Millson
I am using Tomcat 4.1.24 on Red Hat Linux 9 with the mod_jk (ajp13) connector to forward requests from Apache 2.0. There are 2 connectors that will handle mod_jk/ajp13: (1) org.apache.ajp.tomcat4.Ajp13Connector (2) org.apache.jk.server.JkCoyoteHandler What are the advantages/disadvantages of usin

Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
Can anyone comment on which is the best (in this case, best means easiest not fastest or most flexible) connector to use for Apache2 and Tomcat4x? I've used mod_jserv a couple years ago. Also, if someone could point me to a well written HOWTO for integrating the two, I would be most grateful. Tha

RE: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Turner, John
gt; From: Ben Souther [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 8:34 AM > To: [EMAIL PROTECTED] > Subject: Best Connector for Apache 2x and Tomcat 4x > > > Can anyone comment on which is the best (in this case, best > means easiest > not fastest or most

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
t of traffic or static content. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 8:39 AM Subject: RE: Best Connector for Apache 2x and Tomcat 4x > > &q

RE: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Turner, John
gust 30, 2002 8:50 AM > To: Tomcat Users List > Subject: Re: Best Connector for Apache 2x and Tomcat 4x > > > Thank you, > > Best IS relative. That's why I explicitly stated my needs in > parenthesis. > :-) > I'm running on RH Linux 7.1 > > The rea

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Srinadh Karumuri
tem admin to set you up to start tomcat as yourself but 'sudo' will make sure the process starts as root. >- Original Message - >From: "Turner, John" <[EMAIL PROTECTED]> >To: "'Tomcat Users List'" <[EMAIL PROTECTED]> >Sent: F

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
got it updated. - Original Message - From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 9:06 AM Subject: RE: Best Connector for Apache 2x and Tomcat 4x > > I hear you on the root user

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Ben Souther
d it looks well written. You > might want to consider contributing it when you've got it updated. > > > > > > > > > - Original Message - > From: "Turner, John" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL

Re: Best Connector for Apache 2x and Tomcat 4x

2002-08-30 Thread Eddie Bush
Try replacing libexec/mod_jk.so with modules/mod_jk.so. The "apache standard" seems to use the libexec directory, but, if you look in /etc/httpd/conf, you'll see there is no such directory - there is, however, a modules directory (link) which gets you to where you want to be. Regards, Eddie

RE: Best Connector for Apache 2x and Tomcat 4x

2002-09-03 Thread Turner, John
Apache 1.3 uses "libexec", Apache 2 uses "modules". John > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 31, 2002 1:04 AM > To: Tomcat Users List > Subject: Re: Best Connector for Apache 2x and Tomc

RE: Best Connector for Apache 2x and Tomcat 4x

2002-09-03 Thread Raj Mettai
]] > Sent: Saturday, August 31, 2002 1:04 AM > To: Tomcat Users List > Subject: Re: Best Connector for Apache 2x and Tomcat 4x > > > Try replacing libexec/mod_jk.so with modules/mod_jk.so. The "apache > standard" seems to use the libexec directory, but, if you l

RE: Best Connector for Apache 2x and Tomcat 4x

2002-09-03 Thread Turner, John
t was, it dumped that pathname into the LoadModule directive and everything was fine. John > -Original Message- > From: Raj Mettai [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 10:05 AM > To: [EMAIL PROTECTED] > Subject: RE: Best Connector for Apache