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
not talking 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 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