Tim McAuliffe wrote:

Hi Brendan,

I just followed all the instructions, but I'm getting a Null Pointer error
when I click the link to "Reset all Friendly URLs"

Any idea what might be going on here?



You have the FriendlyURLs.txt file in the same directory as the classes?


Just looking at Spike's website it doesn't look like he's had a chance to update the xml set up for the farcry version yet. Very small change, just change the servlet-class from "FriendlyURL" to "FriendlyURLServlet". Also make sure the value you have in the url-pattern entry is reflected in your fusettings/urlpattern config entry.

        <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>

Restart your cfmx services and see how you go...

-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]

Reply via email to