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