I have a question about development/deployment mode setting. I use wicket-1.2-rc3. I set configure(Application.DEPLOYMENT) in my WebApplication class. So when runtime error occur, wicket show my custom error page, work fine. But "You are in DEVELOPMENT mode" message is output on console yet. I set configure(Application.DEVELOPMENT) as a test (I did not set thus far), and the message is output twice. [06/05/11 19:40:37:656 JST] 334e4db0 WicketServlet I wicket.protocol.http.WicketServlet WicketServlet loaded application MyApplication via wicket.protocol.http.ContextParamWebApplicationFactory factory [06/05/11 19:40:37:656 JST] 334e4db0 Application I wicket.Application You are in DEVELOPMENT mode [06/05/11 19:40:37:656 JST] 334e4db0 Application I wicket.Application You are in DEVELOPMENT mode Why? Is there any problem?
Regards, R.A -- View this message in context: http://www.nabble.com/about-development-deployment-mode-setting-t1599854.html#a4338336 Sent from the Wicket - User forum at Nabble.com. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
