Re: Setting up Multiple Servlet's to handle 1 file type

2010-09-07 Thread David Long
On Tue, Sep 7, 2010 at 12:56 PM, Pid wrote: > On 07/09/2010 13:37, David Long wrote: > > I have an Apache Tomcat 7.0.2 development environment setup on my Ubuntu > > 10.04 laptop. I currently have some servlet's setup in the global > web.xml > > file to handle .cfm files. > > Hmm. This is the s

Re: Setting up Multiple Servlet's to handle 1 file type

2010-09-07 Thread Pid
On 07/09/2010 13:37, David Long wrote: > I have an Apache Tomcat 7.0.2 development environment setup on my Ubuntu > 10.04 laptop. I currently have some servlet's setup in the global web.xml > file to handle .cfm files. Hmm. This is the standard practice for ColdFusion? > The servlet uses one

Setting up Multiple Servlet's to handle 1 file type

2010-09-07 Thread David Long
I have an Apache Tomcat 7.0.2 development environment setup on my Ubuntu 10.04 laptop. I currently have some servlet's setup in the global web.xml file to handle .cfm files. The servlet uses one version of a ColdFusion server, but I recently started a project that requires a different ColdFusion