RE: Apache-Tomcat connectors... why??

2003-12-17 Thread Scott, Sean
-Original Message- From: Wesley Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:54 PM To: Tomcat Users List Subject: RE: Apache-Tomcat connectors... why?? Thank you Howard and Jim, I will look into mod_proxy. Things seem a little more complicated because I am

Re: Apache-Tomcat connectors... why??

2003-12-16 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/connectors.html In a nutshell, tomcat anc apache talk to each via the AJP protocol. The AJP protocol is like the HTTP protocol but more efficient for various reasons. An alternative to having apache talk to tomcat via AJP can also be mod_proxy sounds

RE: Apache-Tomcat connectors... why??

2003-12-16 Thread Howard Jim
I believe what you are referring to is the ProxyPass Directive http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypass I have used this before, but haven't played with it as a way to reference the app server. If it were that simple, I imagine it would have already been done. I am just

RE: Apache-Tomcat connectors... why??

2003-12-16 Thread Wesley Hall
- From: Howard Jim [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 19:34 To: Tomcat Users List Subject: RE: Apache-Tomcat connectors... why?? I believe what you are referring to is the ProxyPass Directive http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypass I have used

RE: Apache/Tomcat Connectors

2003-07-10 Thread Morgan Pyne
Hi Ray, According to the message I got from the [EMAIL PROTECTED] mailing list regarding this latest release, any module built for Apache 2.0.42 or later should work with 2.0.47: quote This release is compatible with modules compiled for 2.0.42 and later versions. /quote Cheers,

RE: RE : Apache - Tomcat connectors

2003-03-17 Thread Ralph Einfeldt
and libraries of apache. -Original Message- From: Kelly, Terence [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 11:13 PM To: 'Tomcat Users List' Subject: RE: RE : Apache - Tomcat connectors snip/ Why must we have Apache installed on the same machine on which mod_jk2 is built

RE: RE : Apache - Tomcat connectors

2003-03-17 Thread Dennis Cartier
Message- From: LAGALISSE Eric [mailto:[EMAIL PROTECTED] Sent: March 14, 2003 12:12 PM To: Tomcat Users List Subject: RE : Apache - Tomcat connectors I'm not sure that configuring jk2 will be easier if we build it because someone can easily build something without knowing how to configure

RE: RE : Apache - Tomcat connectors

2003-03-17 Thread Chris Dodunski
] Sent: Tuesday, 18 March 2003 2:07 a.m. To: Tomcat Users List Subject: RE: RE : Apache - Tomcat connectors Hmmm, I thought I would illustrate my point about the JK2 docs being contradictory and incomplete by giving some examples of options from the online docs that do not work or are not supported

RE: Apache - Tomcat connectors

2003-03-14 Thread Donie Kelly
Hi Why do so many other sites need to do this. Should the definitive source not be the Tomcat site? If people have time they should submit a working example. It would be nice if there was an official source for this type of information. It sure is a waste of time roaming the web for basic

RE: Apache - Tomcat connectors

2003-03-14 Thread Bodycombe, Andrew
I'm sure the tomcat developers would be delighted if you provided this documentation... -Original Message- From: Chris Dodunski [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 12:07 To: Tomcat Users List Subject: Apache - Tomcat connectors I'm honestly astounded at the number of people

Re: Apache - Tomcat connectors

2003-03-14 Thread Chong Yu Meng
I submitted my write-up to the Linux StepxStep (http://www.linux-sxs.org) , and it can be found under Internet - Serving Apache Tomcat Java Server. This may sound really egotistical or something, but I would be very happy to include any articles or write-ups here (under your own name, of

RE: Apache - Tomcat connectors

2003-03-14 Thread Victor Gonzalez
Hi Chris, I had the same problems, but I received to help from here, and now I can help you, the best page for it was www.johnturner.com/howto/winxp-howto.html It is excellent! Regards, Victor Gonzalez -Original Message- From: Chris Dodunski [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Apache - Tomcat connectors

2003-03-14 Thread Dennis Cartier
I agree. I struggled with JK2 for awhile but finally gave up and went back to JK. The docs were very confusing and contradictory. I suppose I could have appealed for help, but I got the impression that JK2 was still under constant change and without being able to be self sufficient, I felt the

RE: Apache - Tomcat connectors

2003-03-14 Thread apachep2
Cartier [mailto:[EMAIL PROTECTED] Sent: March 14, 2003 11:32 AM To: Tomcat Users List Subject: RE: Apache - Tomcat connectors I agree. I struggled with JK2 for awhile but finally gave up and went back to JK. The docs were very confusing and contradictory. I suppose I could have appealed for help

RE : Apache - Tomcat connectors

2003-03-14 Thread LAGALISSE Eric
of people are waiting for this build method. Eric LAGALISSE -Message d'origine- De : apachep2 [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 mars 2003 17:43 À : 'Tomcat Users List' Objet : RE: Apache - Tomcat connectors Disagree. I think the simplicity of jk2 configuration (not building of jk2

RE: RE : Apache - Tomcat connectors

2003-03-14 Thread apachep2
: LAGALISSE Eric [mailto:[EMAIL PROTECTED] Sent: March 14, 2003 12:12 PM To: Tomcat Users List Subject: RE : Apache - Tomcat connectors I'm not sure that configuring jk2 will be easier if we build it because someone can easily build something without knowing how to configure it. But i'm ready to believe you

RE: RE : Apache - Tomcat connectors

2003-03-14 Thread Kelly, Terence
and a Tomcat that are both running on the same machine. Wouldn't we be better off without assumptions like this? -Original Message- From: apachep2 [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:01 AM To: 'Tomcat Users List' Subject: RE: RE : Apache - Tomcat connectors Build

Re: Apache - Tomcat connectors

2003-03-14 Thread Chris Dodunski
AM Subject: RE: Apache - Tomcat connectors Hi Chris, I had the same problems, but I received to help from here, and now I can help you, the best page for it was www.johnturner.com/howto/winxp-howto.html It is excellent! Regards, Victor Gonzalez -Original Message- From: Chris

Re: Apache - Tomcat connectors

2003-03-14 Thread Chris Dodunski
You've hit the nail on the head Donie. - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Saturday, March 15, 2003 1:09 AM Subject: RE: Apache - Tomcat connectors Hi Why do so many other sites need to do this. Should

RE: Apache/Tomcat Connectors List

2002-08-02 Thread Heligon Sandra
with Tomcat-Apache, I don't have to declare a standalone service, is it true ? -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 01 August 2002 20:12 To: 'Tomcat Users List' Subject: RE: Apache/Tomcat Connectors List Semantics, I guess. There's one connectors distribution

RE: Apache/Tomcat Connectors List

2002-08-02 Thread Heligon Sandra
:[EMAIL PROTECTED]] Gesendet: Freitag, 2. August 2002 09:28 An: 'Tomcat Users List' Betreff: RE: Apache/Tomcat Connectors List Thanks for your help. Could you say if I had well understood ? It is the port that we specify in the URI (expl:http//localhost:8080) that defines what connector

RE: Apache/Tomcat Connectors List

2002-08-02 Thread Turner, John
] -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 3:28 AM To: 'Tomcat Users List' Subject: RE: Apache/Tomcat Connectors List Thanks for your help. Could you say if I had well understood ? It is the port that we specify in the URI (expl:http

RE: Apache/Tomcat Connectors List

2002-08-02 Thread Turner, John
AM To: 'Tomcat Users List' Subject: RE: Apache/Tomcat Connectors List Thanks a lot for your explanations there are very easy understood and very good. Even so I have questions: - What interest is it to have multiple HttpConnectors ? In the server.xml file we find - non-SSL HTTP/1.1 Connector

Re: Apache/Tomcat Connectors List

2002-08-02 Thread David Mossakowski
- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 3:28 AM To: 'Tomcat Users List' Subject: RE: Apache/Tomcat Connectors List Thanks for your help. Could you say if I had well understood ? It is the port that we specify in the URI (expl:http//localhost

RE: Apache/Tomcat Connectors List

2002-08-02 Thread Thomas Cherry
Well, I installed the rpm version. Is it just not possible to use the RPM version of tomcat with apache? This is really frustrating to follow everyone's advice and not have it work. Now (after reading your webpage) I get a new error: java.lang.ClassNotFoundException:

RE: Apache/Tomcat Connectors List

2002-08-01 Thread Turner, John
They are one and the same...there aren't separate connectors for apache and separate connectors for tomcat. There is an HTTP connector that is tomcat-only, but that just allows tomcat to serve static content. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html Look on the

RE: Apache/Tomcat Connectors List

2002-08-01 Thread Milt Epstein
On Thu, 1 Aug 2002, Turner, John wrote: They are one and the same...there aren't separate connectors for apache and separate connectors for tomcat. There is an HTTP connector that is tomcat-only, but that just allows tomcat to serve static content. Well, I'd say that makes them separate.

RE: Apache/Tomcat Connectors List

2002-08-01 Thread Turner, John
connector to connect to tomcat. In any case, the URL I posted has information on all of them, as far as I know. John Turner [EMAIL PROTECTED] -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:08 PM To: Tomcat Users List Subject: RE: Apache

RE: Apache/Tomcat Connectors List

2002-08-01 Thread Milt Epstein
: Thursday, August 01, 2002 2:08 PM To: Tomcat Users List Subject: RE: Apache/Tomcat Connectors List On Thu, 1 Aug 2002, Turner, John wrote: They are one and the same...there aren't separate connectors for apache and separate connectors for tomcat. There is an HTTP connector that is tomcat