Multiple coyote jk2 connectors?

2003-04-01 Thread Quinton McCombs
the properties file? Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: mod_jk2 logic check

2003-03-30 Thread Quinton McCombs
worker ajp13:localhost:8009 /Location Thanks --Rick Quinton McCombs wrote: -Original Message- From: Richard Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 6:11 PM To: Tomcat List Subject: mod_jk2 logic check I have apache 2.0.43 and tomcat

RE: Virtual hosting mod_jk2

2003-03-29 Thread Quinton McCombs
thing. --Rick On Thursday, March 27, 2003, at 03:51 PM, Quinton McCombs wrote: I am having a difficult time figuring out how to properly configure Apache 2.0.44 and Tomcat 4.1.12 with virtual hosting. I am using mod_jk2 as my connector. I have all of this working with Apache

RE: mod_jk2 logic check

2003-03-29 Thread Quinton McCombs
-Original Message- From: Richard Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 6:11 PM To: Tomcat List Subject: mod_jk2 logic check I have apache 2.0.43 and tomcat 4.1.24. I've set up mod_jk2. Here is my understanding of how things should work. I need

Bug in CoyoteConnector when using JkCoyoteHandler

2003-03-29 Thread Quinton McCombs
I am running into a strange problem on Tomcat 4.1.18. I setup a CoyoteConnector on port 8009 using the JkCoyoteHandler protocol handler to handle AJP13 requests. This worked perfectly. I then needed to add a second AJP13 connector to process secure requests (though an ssl apache virtual

RE: mod_jk2+tomcat+apache2 on OSX: WORKS! but NOT FINDING workers2.properties in DFAULT location

2003-03-29 Thread Quinton McCombs
JkSet config.file /etc/apache2/worker2.properties The above directive can be placed anywhere inside your httpd.conf file. It will set the location of your config file for jk2. -Original Message- From: R Blake [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 2:07 AM To:

RE: Where to store files in a portable app?

2003-03-29 Thread Quinton McCombs
You could have ant replace the value of the directory name in your properties file during the build. As part of your build process, ant would have to copy the properties file from its source directory into the target directory where it will be used for the build. See the ant docs for filter and

Virtual hosting mod_jk2

2003-03-27 Thread Quinton McCombs
here? Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Tomcat and IIS

2003-03-27 Thread Quinton McCombs
. Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:11 PM To: Tomcat Users List Subject: Re

RE: Tomcat and IIS

2003-03-27 Thread Quinton McCombs
=channel.socket:localhost:8009 [uri:/wiki/*.jsp] worker=ajp13:localhost:8009 On Thu, 27 Mar 2003 15:15:02 -0600, Quinton McCombs [EMAIL PROTECTED] wrote: Well, I am doing this on apache 2.0.44. My DirectoryIndex has index.html and index.jsp. I am directing *.jsp to tomcat. Requesting

RE: MOD JK2

2003-03-27 Thread Quinton McCombs
What do you have in workers2.properties? Quinton McCombs NequalsOne - HealthCare marketing tools mailto:[EMAIL PROTECTED] http://www.NequalsOne.com -Original Message- From: Jonas Eriksson [mailto:[EMAIL PROTECTED] Sent: Thursday, March

RE: MOD JK2

2003-03-27 Thread Quinton McCombs
/] worker=ajp13:localhost:8009 [uri:/status/*] worker=status:status - Original Message - From: Quinton McCombs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 11:13 PM Subject: RE: MOD JK2 What do you have in workers2.properties

RE: MOD JK2

2003-03-27 Thread Quinton McCombs
Are the names and usage of the parameters used in the workers2.properties file documented somewhere? In particular, I'm trying to set up load balancing between multiple instance of Tomcat. Quinton McCombs wrote: My apache 2.043 does not send my jsp requests to tomcat when the file name