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
;AAS.com] Sent: Thursday, October 24, 2002 7:31 AM To: 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking Wait! Complete the circle for the archives...what was the solution? John -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com

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

Re: Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Robert L Sowders
Where are the Jkmount statements. If you don't mount anything, then you'll have nothing to look at. Please see http://www.johnturner.com/howto/apache2-tomcat404-howto.html. Even though it's written for a Red Hat system, the configuration of Apache, Mod_jk, and Tomcat is relevant to your

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

RE: Apache 2 and Tomcat 4

2002-09-30 Thread Turner, John
Tomcat 4 uses Listener elements in server.xml to generate mod_jk.conf. Here's a comprehensive list of user-provided HOWTO documents, for various operating systems and Tomcat versions: http://marc.theaimsgroup.com/?l=tomcat-userm=103231363414971w=2 John -Original Message- From:

Re: Apache 2 and Tomcat 4

2002-09-30 Thread Kenny G. Dubuisson, Jr.
Steven: Even though I have now switched to Tomcat on Linux, I wrote these very informal steps that I executed to get Tomcat up and running on NT. I hope this helps, Kenny - Original Message - From: Steven Gollery [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 30, 2002

Re: Apache 2 and Tomcat 4

2002-09-30 Thread Steven Gollery
Thanks, John -- and also thanks to Kenny Dubuisson. With the links you both provided, I've now managed to get Apache and Tomcat running. Much appreciated. Steve Gollery [EMAIL PROTECTED] Turner, John wrote: Tomcat 4 uses Listener elements in server.xml to generate mod_jk.conf. Here's a

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

2002-09-25 Thread Turner, John
Others have built the connectors on Solaris 8. Do you have a GNU build environment setup? You'll need gcc, libtool, automake, make, and autoconf if you want to do it the old school way using ./configure. All tools are available at http://www.sunfreeware.com If you want to post more specific

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 with

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

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 a

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
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 variable in my case it is C:\1\java\bin Add

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

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

2002-04-19 Thread Donald Lee
Yea... does any of the developers monitor this list? I 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

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

2002-04-19 Thread Jacob Kjome
Sure it does. Just download the precompiled mod_jk.dll binary from: http://www.acg-gmbh.de/mod_jk/ Then include the attached mod_jk.conf at the *bottom* of your httpd.conf. Note that this was autogenerated from Tomcat 3.3.1 using -autoconf when starting Tomcat. I just changed some of the values