RE: creating 404 page for CFM and JSP files.

2004-04-01 Thread Mike Townend
you could install ISAPI_ReWrite and setup a rule like... # Convery .jsp to .cfm RewriteRule (.*)\.jsp $1.cfm Thats what we're using on one of our servers... HTH -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Thursday, April 1, 2004 16:18 To: CF-Talk Subject:

Re: creating 404 page for CFM and JSP files.

2004-04-01 Thread Ubqtous
Dan, On 4/1/2004 at 10:17, you wrote: DP Will this not work unless JSP is installed on the server? I'm currently DP have JSP mapped to be processed by the CFMX engine. You should be able to tell your web server (IIS?) to check for the existence of JSP files before sending them to the

RE: creating 404 page for CFM and JSP files.

2004-04-01 Thread Mark A. Kruger - CFG
make sure and delete all the jsp files. What is probably happening is that CF (i.e. Jrun) is being tasked by IIS to serve the JSP pages, but you have the wrong version to do it (like CF professional).Also, go into the site properties and make sure that CF is NOT tasked with serving JSP pages