Re: [OT] Configure wicket.configuration outside web.xml in Tomcat 6

2011-07-04 Thread Mike Mander
Thanks Bas, you solved my problem. I don't use tomcat within eclipse. I use the standard jetty server with Start class. I wasn't clear at this point. But you brought me the light. I set "deployment" as configuration-param-value to my web.xml. And in Start class i set the system property "wic

Re: [OT] Configure wicket.configuration outside web.xml in Tomcat 6

2011-07-04 Thread Bas Gooren
Hi, As suggested on the mailing list once, what I've been using for a while now is having "deployment" in web.xml, and adding -Dwicket.configuration=development to my tomcat command line from Eclipse. This way you always package a production-ready jar/war/ear and can run in development mode

[OT] Configure wicket.configuration outside web.xml in Tomcat 6

2011-07-04 Thread Mike Mander
Hi, i'm trying to configure my wicket.configuration property without adding it to web.xml. I use tomcat 6. Adding wicket.configuration=deployment in CATALINA_HOME/conf/catalina.properties was not working. App starts in development mode (after tomcat restart / param not present in web.xml). Add