Re: [EMAIL PROTECTED] httpd 2.2.4 + mod_proxy + tomcat 6.0.9 + ColdFusion

2007-02-12 Thread Dave Shuck
OK, at least it sound like the httpd end of things is in tact. I will continue my quest on the Tomcat list. Thanks for pointing me in the right direction! ~Dave On Monday 12 February 2007 10:18:56 Pid wrote: > Dave Shuck wrote: > > I hate to spam up the list with this issue, b

Re: [EMAIL PROTECTED] httpd 2.2.4 + mod_proxy + tomcat 6.0.9 + ColdFusion

2007-02-12 Thread Dave Shuck
for. Thanks again for your advice, and if you have any further advice I would greatly appreciate it. ~Dave On Monday 12 February 2007 04:29:33 Pid wrote: > Dave Shuck wrote: > > Pid, I appreciate your response. I would like to understand this a > > little better as it is curren

Re: [EMAIL PROTECTED] httpd 2.2.4 + mod_proxy + tomcat 6.0.9 + ColdFusion

2007-02-11 Thread Dave Shuck
matching piece on the Tomcat side. Is this correct? Thanks again! On Sunday 11 February 2007 12:18:48 Pid wrote: > ReWriteEngine on > > RewriteRule  ^\/(.+)\.cfm(.+)? ajp://localhost:8009/$1.cfm$2 [P,L] > RewriteRule  ^\/(.+)\.cfc(.+)? ajp://localhost:8009/$1.cfc$2 [P,L] -- ~Dave

[EMAIL PROTECTED] httpd 2.2.4 + mod_proxy + tomcat 6.0.9 + ColdFusion

2007-02-11 Thread Dave Shuck
I am trying to set up ColdFusion as a Tomcat application using Apache 2.2.4 as the web server. Previously when using Jrun, there was simple connector gui tool that modified the httpd.conf in such a way that all requested *.cfm and *.cfc files were sent to a ColdFusion server in JRun for process