Re: Tomcat grabbing all requests from Apache

2003-09-04 Thread John Turner
Can't do anything without your config files. Help us help you. John Patrick Zeiler wrote: Hi list, I am having slight problems with configuring tomcat to work with apache. Used Versions: Apache/2.0.47 + mod_jk2 + Tomcat/4.1.27 The configured contexts work fine and as supposed. The problem I

RE: Tomcat grabbing all requests from Apache

2003-09-04 Thread Patrick Zeiler
Hehe, thanks for taking it with humour... here is my workers2.properties: #define the shared memory file [shm] file=/tmp/jk2.shm size=1048576 # Define the communication channels [channel.socket:localhost:8009] tomcatId=localhost:8009 [ajp13:localhost:8009] channel=channel.socket:localhost:8009

RE: Tomcat grabbing all requests from Apache

2003-09-04 Thread Angus Mezick
Original Message- > From: Patrick Zeiler [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 8:51 AM > To: [EMAIL PROTECTED] > Subject: Tomcat grabbing all requests from Apache > > > Hi list, > > I am having slight problems with configuring tomcat to work

Tomcat grabbing all requests from Apache

2003-09-04 Thread Patrick Zeiler
Hi list, I am having slight problems with configuring tomcat to work with apache. Used Versions: Apache/2.0.47 + mod_jk2 + Tomcat/4.1.27 The configured contexts work fine and as supposed. The problem I have is that Tomcat grabs all requests that are going to the server. Example: http://192.1