On Tue, Aug 31, 2010 at 1:21 PM, Alan Holden <[email protected]> wrote:
> Having never been able to get Mura to successful install on my OpenBD > platform over the past year, I've decided to give Farcry a shot. > It works now. :-) I contributed several minor fixes related to how they were determining directory paths that resolved all issues. I ran into a minor issue with remote component access that probably wouldn't affect anything you'd be doing since it involves a specific plugin we're using in our setup. > > Mura couldn't "path everything out", even when placed in the webroot. I > could fart around with mappings, settings and baseDir code to get > it breathing, but then the front end couldn't actually find anything (beyond > the home page) that I created as admin. > If you're on Tomcat you just need to add servlet mappings for each site ID, e.g.: <servlet-mapping> <servlet-name>cfmServlet</servlet-name> <url-pattern>/default/index.cfm/*</url-pattern> </servlet-mapping> This is because Tomcat doesn't support two-way wildcard mappings (Jetty and Resin do). You also need to enable the SES URL Filter by uncommenting that block in web.xml. > > The Farcry installer runs when called via IP:port/dir/farcry - but all I > see are Tomcat 404's for everything once completed. The Ubuntu God > definitely does not want me to have an OpenBD CMS. > I'll stop here since it sounds like this is actually a memory issue--increase your memory as Nitai outlined and you should be good. But Mura works fine now. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
