Hi Peter, > Whilst the home page looks fine running from my laptop - I can't access > any subpages as the browser reports a 404 error "The page cannot be found"
This is a ColdFusion generated 404, yes? Did you add the servlet mapping to CF's web.xml and cycle the service? >From Spike's docs: http://www.spike.org.uk/projects/fuservlet/ <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> For my CFMX7, the path is \JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\web.xml Regards, Ben http://farcry.daemon.com.au/ --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
