hi Guys, 

I just developed a web application using wicket and is running on a
glassfish server and anything i run the wicket web application i see things
like: 


*** WARNING: Wicket is running in DEVELOPMENT mode.              *** 
***                               ^^^^^^^^^^^                    *** 
*** Do NOT deploy to your live server(s) without changing this.  *** 
*** See Application#getConfigurationType() for more information. *** 

So i tried moving it from development mode to deployment by placing this
context in my web.xml: 
<context-param>
         <param-name>configuration</param-name>
         <param-value>deployment</param-value>
    </context-param>
.when i run it again i still get thesame  *** WARNING: Wicket is running in
DEVELOPMENT mode.              ***. 

Any help please.... 

Regards

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/moving-from-development-to-deployment-mode-tp3495199p3495199.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to