On Mon, Feb 22, 2010 at 8:48 AM, Heiko Seeberger <[email protected]> wrote: > Folks, > I really do not understand the value of setting the run mode statically via > code in LiftRules. The run mode should be set externally, right? In order to > use the same artifact (WAR) on a dev or a prod server. > Heiko
Agreed. This was more so that people could change how "externally" is defined, ie in a hosted env you can't change system properties. The default would still be the current lookup in system properties, but you could change this to look at servlet params, hostname, day of month etc :-) /Jeppe -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
