RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Kwong Chong
Looks like you need (assuming you don't already have) a [uri:/examples] worker= in your workers2.properties file to tell apache to forward such requests to tomcat.. hope this helps Kwong. -Original Message- From: David Godfrey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 March 2003 3:3

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
ED] Sent: Tuesday, March 04, 2003 3:49 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 Rick, That's a leftover from the file on the web I copied my config from - it's commented out anyway. I haven't a clue what it does. All

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Andy Eastham
04 March 2003 18:11 > To: 'Tomcat Users List' > Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 > > > The mystery to me is why there is a shm.file entry in > jk2.properties...when the actual entry seems to need to be in > workers2.properties. The docum

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Rick Bullotta
Eastham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:32 PM To: Tomcat Users List Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 David, This looks like jk config to me, not jk2. If it helps, here are my working config files for apache 2 and mod_jk2 on solaris

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Andy Eastham
works a treat and is very reliable. Andy > -Original Message- > From: David Godfrey [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 17:02 > To: 'Tomcat Users List' > Subject: RE: Problems configuring Tomcat with Apache using mod_jk2 > > > >It would

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
gt; override="false"/> >type="javax.sql.DataSource"/> > > usernamesa > password > driverClassName > org.hsql.jdbcDriver > url >

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Mark Eggers
Actually, mod_jk2 does not use JKMount . . . . In workers2.properties you might have a configuration that reads: # Uri mapping [uri:/examples/*.jsp] worker=ajp13:localhost:8009 Now this is really pointing to: $TOMCAT_HOME/webapps/examples Most of the time, the absolute directory is outside of

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread David Godfrey
:HypersonicSQL:database mail.smtp.host localhost Many thanks, David -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 16:37 To: '[EMAIL PROTECTED]' Subject

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
On Tue, 2003-03-04 at 10:36, Ben Ricker wrote: > You need to JkMount the /examples in httpd.conf. Something like "JkMount > */examples blah" where "blah" is the name of your loadbalancer setup in > workers.properties. Let me correct that: it should be '/examples/* blah'. I was looking at two diffe

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread apachep2
: '[EMAIL PROTECTED]' Subject: Re: Problems configuring Tomcat with Apache using mod_jk2 You need to JkMount the /examples in httpd.conf. Something like "JkMount */examples blah" where "blah" is the name of your loadbalancer setup in workers.properties. It would help if

Re: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread Ben Ricker
You need to JkMount the /examples in httpd.conf. Something like "JkMount */examples blah" where "blah" is the name of your loadbalancer setup in workers.properties. It would help if you post the entries you added in httpd.conf for Tomcat. Also include your server.xml file for more information. Be

RE: Problems configuring Tomcat with Apache using mod_jk2

2003-03-04 Thread apachep2
Can you search archive? My bet is you didn't define [uri] in your workers2.properties. -Original Message- From: David Godfrey [mailto:[EMAIL PROTECTED] Sent: March 4, 2003 11:36 AM To: '[EMAIL PROTECTED]' Subject: Problems configuring Tomcat with Apache using mod_jk2 Hi, I'm having pro