Hi all, I've written my first application using Lift and now I'm deploying it into a production. I find it inconvenient that the run mode is specified as a JVM system property.
First, sometimes JVM system properties are inaccessible, for example when deploying to a hosted servlet container. Second, it's impossible to run different lift applications with different run modes in a single servlet container. Generally, I believe that a *Java web application shouldn't be configured by JVM system properties*. I suggest that the run mode should be configured by a servlet context initialization parameter, called for example "lift.run.mode". Or, for maximum flexibility, both alternatives should be provided. With best regards, Petr PS: Lift is a really great framework for writing web applications! Thanks for developing it. -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.