Mike wrote:
Thanks, but still getting the 404. Are there anything special I need to do
to IIS or in the CFadmin. I think the class is in there correctly, because
it writes out the fu url correctly. Just get a 404 on every hit through it.
The 404 is coming from IIS and not CF.


Ensure you have the following entries in <cfusionmx>/wwwroot/WEB-INF/web.xml

         <servlet>
             <servlet-name>FUServlet</servlet-name>
             <display-name>FriendlyUrlServlet</display-name>
             <description>Translates friendly URLs to objects</description>
             <servlet-class>FriendlyURLServlet</servlet-class>
         </servlet>

         <servlet-mapping>
             <servlet-name>FUServlet</servlet-name>
             <url-pattern>/go/*</url-pattern>
         </servlet-mapping>


Restarted cfmx after modifying this file?


If all else fails, Spike has a 404 workaround on his website (http://www.spike.org.uk/go/friendly-urls) at the bottom of the page.

-Brendan
http://farcry.daemon.com.au


--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to