By default, Wicket starts in development mode. When you want to deploy the application to your live system you will have to switch to deployment mode. This blog describes 3 ways to achieve this.
- JVM Argument
- Servlet/filter initialization parameter
- Context initialization paramater.
Recent Comments