> It seems, and this may be documented, that you cannot have an application
> name with a space in it? I tried creating a new event which took the
format
> of "name name", and it created everything sweet BUT you could not login...
I believe this is true. App names in general I thought should only be one
word, no spaces. I tried it and it could not login.
>
> Also, it seems that if you include certain character within the search
> field, the search will return nothing......I tested this on Spike's farcry
> site but entering ") Spike" and it didnt return anything - just a blank
> page...
In times past, I came across similar issues with special characters
searching in verity. Verity says to use "", as you did, but I never seem to
work that out.
>
> Also, is there something missing with Spiked setup instructions? I am
using
> IIS and I realise there is an issue with this, but where does one put the
> .cfc for a farcry build? Do we need to edit/amend the web.xml file?
I did this:
WEB-INF
Add the following to cfusionmx\wwwroot\web-inf\web.xml. It doesn't really
matter where you put it, but just after the <context-param> tags should be
fine.
<servlet>
<servlet-name>FUServlet</servlet-name>
<display-name>FriendlyUrlServlet</display-name>
<description>Translates friendly URLs to objects</description>
<servlet-class>FriendlyURL</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>FUServlet</servlet-name>
<url-pattern>/go/*</url-pattern>
</servlet-mapping>
I ran the updater, going from 126 to 127 and it worked fine for me.
>
> Maybe I am missing something, but its not very clear!
>
> N
>
>
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]