I tried getting the Wicket quickstart up and running via maven today.I followed the directions here:
http://wicket.apache.org/quickstart.html then ran mvn jetty:run. It shows things running alright. When I go to: http://locahost:8080/ I get a 404: No context on this server matched or handled this request. Contexts known to this server are: - /myproject ---> [EMAIL PROTECTED]/myproject,/home/g/projects/wicket/myproject/src/main/webapp}<http://localhost:8080/myproject> Any ideas? Thanks,
