Here is the property section in my mach-ii config: <properties> <property name="applicationRoot" value="/" /> <property name="defaultEvent" value="publicHome" /> <property name="eventParameter" value="event" /> <property name="parameterPrecedence" value="form" /> <property name="maxEvents" value="10" /> <property name="exceptionEvent" value="exception" /> <!-- Search engine friendly URLs --> <property name="urlParseSES" value="true" /> <property name="urlDelimiters" value="/|/|/" /> <property name="urlBase" value="/index.cfm" /> <property name="urlExcludeEventParameter" value="true"/> <!-- for 1.8 --> <!-- Application properties formerly placed in the Application.cfc --> <!-- Self awareness properties i.e. upload folder, location on the server etc. --> <property name="applicationProperty" type="properties.applicationProperty" /> <!-- SDG Facades for this application --> <property name="sessionProperty" type="properties.SessionProperty" /> </properties>
I am using the standard mapping logical path of MachII. *Cache Settings* Max number of cached templates: 1024 Trusted cache: Off Save class files: On Cache web server paths: Off Maximum number of cached queries: 100 -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
