Here are some instructions I wrote for getting friendly URLS working on our old Farcry 2.3 CFMX 6 server, they may help you:
1.1 Install Farcry Friendly URL's Step 1 Obtain software: - http://www.spike.org.uk/projects/fuservlet/FriendlyURLs.zip Step 2 Unzip files to a local drive on the server. Step 3 From the unzip location copy the following files: - FriendlyURLServlet.class - FriendlyURLServlet.java - FriendlyURLData.class - FriendlyURLData.java - FriendlyURLs.txt To: - <cfusionmx>/wwwroot/WEB-INF/classes Step 4 Insert the FUServlet code into: - <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> Step 5 Restart (Stop and Start) the ColdFusion MX Application Server service. Step 6 Start Farcry Administrator - http://<server name>/farcry Step 7 Select the Admin tab. Step 8 In the left hand frame select the Reset all Friendly URLs link. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
