Getting Started
-
6. Launching Jetty
Finally, Start Jetty Java Web-Server for Wicket
First, access the Target location:cd /opt/apache-wicket-*/wicket-examples
And then Run Jetty with:
sudo mvn jetty:run
And if you Got a 503 Issue then first Make a Maven Install:
sudo mvn clean install
Download Jetty Runner
And Deploy the Examples with:
sudo java -jar jetty-runner*.jar wicket-examples.war
Finally, Access the Web Application at:
http://localhost:8080
-
7. Getting Started
How to Get Started with Apache Wicket
Contents