Ah.... So I was correct on that shadow directory... I just didn't find the old thread :)
Mats On Thursday, November 17, 2011, Alex Skinner <[email protected]> wrote: > There is another thread going which talks about this checkout the shadow folder this persists the change across restarts > Thanks > Alex > > On 17 November 2011 14:46, Shane McMurray <[email protected]> wrote: >> >> Well, in my case, I'm trying to convert an app from CF9 to OBD and having an issue with SES links. >> See: https://groups.google.com/forum/#!topic/openbd/aNDdCwNBfhs >> >> So Peter J. Farrell recommended that I add this filter code to my web.xml >> <filter> >> <filter-name>SearchEngineFriendlyURLFilter</filter-name> >> <display-name>SearchEngineFriendlyURLFilter</display-name> >> <description>SearchEngineFriendlyURLFilter</description> >> <filter-class>com.newatlanta.filters.SearchEngineFriendlyURLFilter</filter-class> >> <init-param> >> <param-name>extensions</param-name> >> <param-value>cfm,cfml</param-value> >> </init-param> >> </filter> >> <filter-mapping> >> <filter-name>SearchEngineFriendlyURLFilter</filter-name> >> <url-pattern>/*</url-pattern> >> </filter-mapping> >> I did, but when I restart OBD Desktop server, it overwrites the filter stuff with a brand new web.xml. >> So, no way to test my changes. I can image there are other reasons why you might not want that to be overwritten. >> Is there a way to prevent it from being overwritten? >> Thanks. >> >> -- >> online documentation: http://openbd.org/manual/ >> google+ hints/tips: https://plus.google.com/115990347459711259462 >> http://groups.google.com/group/openbd?hl=en > > > > -- > Alex Skinner > Managing Director > Pixl8 Interactive > Tel: +448452600726 > Email: [email protected] > Web: pixl8.co.uk > > -- > online documentation: http://openbd.org/manual/ > google+ hints/tips: https://plus.google.com/115990347459711259462 > http://groups.google.com/group/openbd?hl=en > -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
