Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Martin Grigorov
The documentation is fixed! On Tue, Apr 3, 2012 at 10:04 PM, Dominik Sandjaja wrote: > Hi, > > OK, I just realised my mistake: The quickstart page still mentions that > the application is reachable via localhost:8080/myproject, but it > actually is already at the root level (/). > > I thought tha

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
Hi, OK, I just realised my mistake: The quickstart page still mentions that the application is reachable via localhost:8080/myproject, but it actually is already at the root level (/). I thought that the page I see is just the "it works" message (like the apache httpd or tomcat pages), not the ac

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Martin Grigorov
Hi Dominic, You want to reach it at http://localhost:8080/myproject instead of http://localhost:8080 ? If so consult with jetty-maven-plugin configuration. You need to set the contextPath parameter. On Tue, Apr 3, 2012 at 9:53 PM, Dominik Sandjaja wrote: > Am Dienstag, den 03.04.2012, 21:47 +020

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
Am Dienstag, den 03.04.2012, 21:47 +0200 schrieb Jörgen Persson: > I did the steps that Martin described and > > 1) http://localhost:8080/myproject => page not found > 2) http://localhost:8080 => OK Same here. > > /Jörgen > > 2012/4/3 Martin Grigorov > > > Hi, > > > > Here is what I did: >

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
Hi, I did exactly the same (see my shell output below) but afterwards accessing http://localhost:8080/myproject results in the mentioned HTTP ERROR 404 with "Not Found". If anyone needs more information about versions of software, I am happy to provide that :-) Thanks Dominik [ds@illuminati][21

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Jörgen Persson
I did the steps that Martin described and 1) http://localhost:8080/myproject => page not found 2) http://localhost:8080 => OK /Jörgen 2012/4/3 Martin Grigorov > Hi, > > Here is what I did: > 1) go to http://wicket.apache.org/start/quickstart.html > 2) copy > mvn archetype:generate -Darchetyp

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Martin Grigorov
Hi, Here is what I did: 1) go to http://wicket.apache.org/start/quickstart.html 2) copy mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.5.5 -DgroupId=com.mycompany -DartifactId=myproject -DarchetypeRepository=https:

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
Hi, I also just experienced this same problem. A "plain" quickstart project with 1.4.19 shows the expected page when accessing localhost:8080/myproject. Trying the same with the 1.5.5 quickstart results in the "Not found" message, mentioned in the first message of this thread. Same error with the

Re: Quickstart application doesn't show up with 1.5.3

2011-12-09 Thread Martin Grigorov
Hi Gabor, It looks like there is a difference in the configured context path. I'm not sure how you start it - with mvn jetty:run or with Start.java. I'd recommend you to use Start.java. It gives you much faster development cycle. On Fri, Dec 9, 2011 at 2:15 AM, Kincses, Gabor wrote: > No luck wi