Re: RH9's Apache 2 and Tomcat 4

2003-10-13 Thread John Turner
My reasons: - source has the fixes first...critical on production servers, especially for security fixes. With source, you don't wait for Red Hat to release something. A lag of several days can mean the difference between weathering a storm and spending the weekend scrolling through logs

Re: RH9's Apache 2 and Tomcat 4

2003-10-06 Thread srevilak
mmillson I have always heard it's better to compile Apache from mmillson source vs. using the rpms, but no one has ever quantified mmillson the advantages to doing this. Until someone does, and the mmillson advantages of compiling from source outweigh the advantages mmillson I've listed below for

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread Mike Millson
I have heard the claims before about not using the default Apache that comes w/ RH 9, but I have never seen any concrete evidence for not doing this. Do you have any specifics such as articles or facts that show the downside of using the default Apache that comes w/ RH? Thank you, Mike On Sat,

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread [EMAIL PROTECTED]
I am using RH9 with the Apache2 that comes with it. Recently I've installed Tomcat5 with mod_jk2 without too many problems (jakarta-tomcat-5.0.7.tar.gz and mod_jk2-ap20-2.0.1-1jpp.i386.rpm). Proper configuration of workers2.properties and jk2.properties is essential I believe. I got a few sites

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread Mike Millson
There are two compelling benefits to installing the RedHat rpms: 1) Updates and bug fixes can be installed automatically from the Red Hat Network (https://rhn.redhat.com/). 2) Startup and shutdown scripts are already configured and available. I would like to weigh these benefits against any

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread Chong Yu Meng
Hi Mike ! I guess the best way to test my theory is to try integrating Tomcat with Apache 2 yourself. There are real benefits for using RH's rpms, but if the integration takes too much effort, it may not be worth it. I haven't touched Tomcat for about 4 months now, but when I was working on my

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread Mike Millson
I have not had any problems integrating tomcat w/ RH9 and Apache 2. Here is my write up on how to do this: http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html Granted, I'm not using mod_jk2, so maybe that is why I had no trouble. I have always heard it's better to compile Apache

Re: RH9's Apache 2 and Tomcat 4

2003-10-05 Thread Dave Thomas
I would also like to know some facts on this. I need to maintain many Linux boxes running Apache and Tomcat...having the ability to update Apache with a plain RPM from RedHat is a huge bonus. Thanks, Dave Thomas Mike Millson wrote: I have heard the claims before about not using the default

RH9's Apache 2 and Tomcat 4

2003-10-04 Thread Dave Thomas
We have an application that we have been suing Apache 1.3 with Tomcat 3.3 with for a while and I would like to test out using our app with Tomcat 4 and RedHats default install of Apache 2. I have found a few 'how tos' on the subject but they all seem to be a bit dated and do not apply to the

Re: RH9's Apache 2 and Tomcat 4

2003-10-04 Thread Chong Yu Meng
Hi Dave, Do NOT use the default Apache that comes with RH9 ! According to some reports, there are some serious bugs inside it. I'm using RH9, but my Apache comes from Falsehope.com (http://ftp.falsehope.com/home/gomez/apache2/). It takes a bit of tweaking, but you can get the Falsehope rpm to

RE: Apache/2 and Tomcat/4 not talking

2002-10-25 Thread Milt Epstein
On Thu, 24 Oct 2002, Robert L Sowders wrote: Just for informational purposes, in case someone needs the info. you can't do a: /*/servlet/* but you can do a: /*/servlet/ Notice just the one *. Hmmm, why is that, anyone know? Seems kind of an artificial/arbitrary limitation. And is it

RE: Apache/2 and Tomcat/4 not talking

2002-10-25 Thread Robert L Sowders
PROTECTED] cc: Subject:RE: Apache/2 and Tomcat/4 not talking On Thu, 24 Oct 2002, Robert L Sowders wrote: Just for informational purposes, in case someone needs the info. you can't do a: /*/servlet/* but you can do a: /*/servlet/ Notice just the one *. Hmmm, why

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Apache/2 and Tomcat/4 not talking On Wed, 23 Oct 2002, Jim Urban wrote: I have the following in my Apache httpd.conf: # Static files in the webapp are served by apache Alias /ccs_v32 y:/tomcat4.0.4/webapps/ccs_v32 # All servlets goes

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Turner, John
Wait! Complete the circle for the archives...what was the solution? John -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com] Sent: Thursday, October 24, 2002 8:27 AM To: 'Milt Epstein'; 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
notify the sender of the delivery error by e-mail or call Park City Solutions Inc. corporate offices at (435) 654-0621 -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, October 24, 2002 7:31 AM To: 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Turner, John
] Sent: Thursday, October 24, 2002 8:55 AM To: 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking It was a combination of minor things that snowballed into a big thing. 1. A typo in my workers.properties file. (worker.list=ajp13 and worker.ajp13.type=ajpl3 the first is a one

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
community. Think I'll go hide somewhere. :) Jim -Original Message- From: Milt Epstein [mailto:mepstein;uiuc.edu] Sent: Thursday, October 24, 2002 10:40 AM To: Tomcat Users List Subject: RE: Apache/2 and Tomcat/4 not talking On Thu, 24 Oct 2002, Jim Urban wrote: It also happens while

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Milt Epstein
To: 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking It was a combination of minor things that snowballed into a big thing. 1. A typo in my workers.properties file. (worker.list=ajp13 and worker.ajp13.type=ajpl3 the first is a one and the other a lower case L

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Milt Epstein
: Apache/2 and Tomcat/4 not talking It was a combination of minor things that snowballed into a big thing. 1. A typo in my workers.properties file. (worker.list=ajp13 and worker.ajp13.type=ajpl3 the first is a one and the other a lower case L). Surprisingly I didn't get any error message

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
To: Tomcat Users List Subject: RE: Apache/2 and Tomcat/4 not talking On Thu, 24 Oct 2002, Turner, John wrote: Thanks...that 1 vs. l deal is something new, this is the first time I've seen anyone post about that. I never would have thought to check it, I will have to file that away for future

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Robert L Sowders
] cc: Subject:RE: Apache/2 and Tomcat/4 not talking Thanks for all the help. I have gotten everything working. I have Apache/2 with SSL serving the static content and forwarding the servlet requests to Tomcat 4.0.4 under JDK 1.3 on W2K. To the doubters I say It can be done

RE: Apache/2 and Tomcat/4 not talking

2002-10-23 Thread Milt Epstein
.cachesize=10 worker.worker1.cache_timeout=600 worker.worker1.socket_keepalive=1 worker.worker1.socket_timeout=300 Jim -Original Message- From: Milt Epstein [mailto:mepstein;uiuc.edu] Sent: Tuesday, October 22, 2002 7:06 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Apache/2

RE: Apache/2 and Tomcat/4 not talking

2002-10-23 Thread Robert L Sowders
: Subject:RE: Apache/2 and Tomcat/4 not talking On Wed, 23 Oct 2002, Jim Urban wrote: I have the following in my Apache httpd.conf: # Static files in the webapp are served by apache Alias /ccs_v32 y:/tomcat4.0.4/webapps/ccs_v32 # All servlets goes to worker1 JkMount /*/servlet

RE: Apache/2 and Tomcat/4 not talking

2002-10-23 Thread Jim Urban
] Subject: Re: Apache/2 and Tomcat/4 not talking On Tue, 22 Oct 2002, Jim Urban wrote: I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf

RE: Apache/2 and Tomcat/4 not talking

2002-10-23 Thread Turner, John
configured correctly in web.xml? John -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com] Sent: Wednesday, October 23, 2002 8:41 AM To: 'Milt Epstein'; 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking I have the following in my Apache

Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Jim Urban
I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf ## Auto generated on Tue Oct 22 12:01:16 CDT 2002## IfModule !mod_jk.c LoadModule

Re: Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Robert L Sowders
] cc: Subject:Apache/2 and Tomcat/4 not talking I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf ## Auto generated on Tue Oct 22 12

Re: Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Milt Epstein
On Tue, 22 Oct 2002, Jim Urban wrote: I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf ## Auto generated on Tue Oct 22 12:01:16 CDT

Apache 2 and Tomcat 4

2002-09-30 Thread Steven Gollery
I've been trying to set up Apache 2 to work with Tomcat 4 on NT but I'm having problems finding documentation: everything refers to earlier versions or to Linux (or both). Trying to follow the directions in http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html, I can't get Tomcat

RE: Apache 2 and Tomcat 4

2002-09-30 Thread Turner, John
: Steven Gollery [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 2:35 PM To: [EMAIL PROTECTED] Subject: Apache 2 and Tomcat 4 I've been trying to set up Apache 2 to work with Tomcat 4 on NT but I'm having problems finding documentation: everything refers to earlier versions

Re: Apache 2 and Tomcat 4

2002-09-30 Thread Kenny G. Dubuisson, Jr.
1:34 PM Subject: Apache 2 and Tomcat 4 I've been trying to set up Apache 2 to work with Tomcat 4 on NT but I'm having problems finding documentation: everything refers to earlier versions or to Linux (or both). Trying to follow the directions in http://jakarta.apache.org/tomcat/tomcat-3.3-doc

Re: Apache 2 and Tomcat 4

2002-09-30 Thread Steven Gollery
PROTECTED] Subject: Apache 2 and Tomcat 4 I've been trying to set up Apache 2 to work with Tomcat 4 on NT but I'm having problems finding documentation: everything refers to earlier versions or to Linux (or both). Trying to follow the directions in http://jakarta.apache.org/tomcat/tomcat-3.3

Apache 2 with Tomcat 4.* on Solaris 8

2002-09-25 Thread Hauck, Joe
Hello all, Is anyone using Apache2 with Tomcat 4 on Solaris 8? If so, what connector are you using (mod_jk, mod_jk2, mod_webapp)? I have tried to build both mod_jk and mod_jk2 from source with no luck. Any help would be greatly appreciated. Joe. -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Apache 2 with Tomcat 4.* on Solaris 8

2002-09-25 Thread Turner, John
information about your build problems (error messages, etc), you will probably get a response from someone who has the answer. John -Original Message- From: Hauck, Joe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:57 PM To: [EMAIL PROTECTED] Subject: Apache 2

RE: Apache 2 with Tomcat 4.* on Solaris 8

2002-09-25 Thread Jacob Heric
We use Apache 2.0.39, Tomcat 4.0.3. on Solaris 8 w/ mod_webapp. -Original Message- From: Hauck, Joe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:57 PM To: [EMAIL PROTECTED] Subject: Apache 2 with Tomcat 4.* on Solaris 8 Hello all, Is anyone using Apache2

Re: Apache 2 with Tomcat 4.* on Solaris 8

2002-09-25 Thread Hendryx-Parker, Calvin
I am currently using it on Solaris 9 and it wasn't easy to get things working, but I have managed to get all 3 to work and I have decided to go with mod_jk for now since it seems to handle the SSL info the best. I couldn't get the other 2 to pass the cert chain from apache2 to tomcat. Here

RE: Apache 2 and Tomcat 4

2002-08-12 Thread Robert L Sowders
in http://localhost/diary/index.jsp it works fine. mike/ -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Monday, August 05, 2002 6:37 PM To: Tomcat Users List Subject: RE: Apache 2 and Tomcat 4 Mod_jk2 doesn't have anything to do with the default index page

RE: Apache 2 and Tomcat 4

2002-08-12 Thread Michael Remijan
index.html it'll forward the request to tomcat. This sound like it'll work? mike/ -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 5:41 AM To: Tomcat Users List Cc: Tomcat Users List Subject: RE: Apache 2 and Tomcat 4 You need to register

RE: Apache 2 and Tomcat 4

2002-08-12 Thread Robert L Sowders
param-valuetrue/param-value /init-param Michael Remijan [EMAIL PROTECTED] 08/12/2002 07:26 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Apache 2 and Tomcat 4 ... I do have this done. Right

RE: Apache 2 and Tomcat 4

2002-08-11 Thread Michael Remijan
://localhost/diary/index.jsp it works fine. mike/ -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Monday, August 05, 2002 6:37 PM To: Tomcat Users List Subject: RE: Apache 2 and Tomcat 4 Mod_jk2 doesn't have anything to do with the default index page. That is up

RE: Apache 2 and Tomcat 4

2002-08-03 Thread Trask
To: [EMAIL PROTECTED] Subject: Re: Apache 2 and Tomcat 4 Sure thing, But it's for Tomcat 4.1.8 Install J2sdk1.4.0_01 http://java.sun.com/j2se/1.4/download.html No need to install src or demos. I chose an install path of c:\1\java, try to keep it simple. Add the java bin directory to the system PATH

Apache 2 and Tomcat 4

2002-08-02 Thread Stephen . Thompson
Hello All, I am trying to find a configuration that will allow apache 2 and tomcat 4 to talk to each other on a windows platform. Does anyone have any pointers on where to look? Thanks. Stephen

RE: Apache 2 and Tomcat 4

2002-08-02 Thread Turner, John
http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html John Turner [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 6:53 AM To: [EMAIL PROTECTED] Subject: Apache 2 and Tomcat 4 Hello All, I am trying to find

RE: Apache 2 and Tomcat 4

2002-08-02 Thread Stephen . Thompson
Thanks, Apart from a few typo's on the page it worked wonderfully. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 02 August 2002 13:15 To: 'Tomcat Users List' Subject: RE: Apache 2 and Tomcat 4 http://www.cnr.berkeley.edu/~salazar/apache_tomcat.html John

Re: Apache 2 and Tomcat 4

2002-08-02 Thread Robert L Sowders
Hello All, I am trying to find a configuration that will allow apache 2 and tomcat 4 to talk to each other on a windows platform. Does anyone have any pointers on where to look? Thanks. Stephen. jk2.properties Description: Binary data workers2.properties Description: Binary data

Connecting Apache 2 with Tomcat 4.x

2002-06-11 Thread Edward Wilson
with Tomcat 4. There is even some talk about how the connector sub-projects have broken off from the server development and exist autonomously. I already have Apache 2 and Tomcat 4 running on RedHat 7.3 as well as a completed application running against Oracle. Everything is working great. My last

RE: Connecting Apache 2 with Tomcat 4.x

2002-06-11 Thread Turner, John
To: Tomcat Users List; [EMAIL PROTECTED] Subject: Connecting Apache 2 with Tomcat 4.x I would like to connect the latest version of Apache with the latest venison of Tomcat. It would be great to find a single doc that could show me how to do this quickly. I don't care about millisecond performance

RE: Connecting Apache 2 with Tomcat 4.x

2002-06-11 Thread Adam Pfeiffer
To: Tomcat Users List; [EMAIL PROTECTED] Subject: Connecting Apache 2 with Tomcat 4.x I would like to connect the latest version of Apache with the latest venison of Tomcat. It would be great to find a single doc that could show me how to do this quickly. I don't care about millisecond

RE: Connecting Apache 2 with Tomcat 4.x

2002-06-11 Thread Turner, John
Tomcat disclaimers apply. :) John Turner [EMAIL PROTECTED] http://www.aas.com -Original Message- From: Adam Pfeiffer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:24 PM To: Tomcat Users List Subject: RE: Connecting Apache 2 with Tomcat 4.x Hi John, This is a very great doc

mod_jk for Apache 2 and tomcat 4 on Linux finally compiled!

2002-04-24 Thread Keng Wong
Dear all, I managed to compile a version of mod_jk.so for Apache 2 and tomcat 4 on linux with some minor changes to the build scripts. Version info: - RHat Linux 6.2 - gcc 2.91.66 - Sun Java JDK 1.4 - Apache 2.0.34 - Tomcat 4.0.4-b2 - tomcat-connectors-4.0.4-b2 (native mod_jk.so) Load balancing

RE: Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-20 Thread Donald Lee
Cool I will have to find a way to compile it for my Linux box. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:42 PM To: Tomcat Users List Subject: RE: Apache 2 and Tomcat 4 on Windows!!@#$! Sure it does. Just download

Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-19 Thread Dole, Sachin Sudhakar
Hi I get the following error when starting apache 2 with the directive: LoadModule jk_module modules/mod_jk.dll The error: C:\Program Files\Apache Group\Apache2\binapache Syntax error on line 952 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: Cannot load C:/Program Files/Apache

RE: Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-19 Thread Donald Lee
PROTECTED]' Subject: Apache 2 and Tomcat 4 on Windows!!@#$! Hi I get the following error when starting apache 2 with the directive: LoadModule jk_module modules/mod_jk.dll The error: C:\Program Files\Apache Group\Apache2\binapache Syntax error on line 952 of C:/Program Files/Apache Group/Apache2

RE: Apache 2 and Tomcat 4 on Windows!!@#$!

2002-04-19 Thread Jacob Kjome
think by now there should be a blaring huge notice saying that mod_jk and Apache 2 just doesn't work yet. -Original Message- From: Dole, Sachin Sudhakar [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 7:05 PM To: '[EMAIL PROTECTED]' Subject: Apache 2 and Tomcat 4 on Windows!!@#$! Hi I

Apache 2.x / TomCat 4.x

2001-05-03 Thread Anthony W . Marino
Anyone running TomCat 4.x with Apache 2.x? If so, any advantages in doing so? Thank You, Anthony