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