Re: Close Pop-up Window From Server?

2012-04-18 Thread Dominik Sandjaja
Hi, I am not sure if I understood it correctly, but my first idea would have been to add a javascript to the popup window which fires AJAX calls and if the response from your server contains some code the window will close itself. To be honest, I have never tried anything like that and have

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

2012-04-03 Thread Dominik Sandjaja
://repository.apache.org/ -DinteractiveMode=false 3) paste/run it in some folder 4) cd myproject 5) mvn jetty:run ( I use Maven 3.0.3) All is fine here. On Tue, Apr 3, 2012 at 9:24 PM, Dominik Sandjaja domi...@dadadom.de wrote: Hi, I also just experienced this same problem. A plain quickstart

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
://repository.apache.org/ -DinteractiveMode=false 3) paste/run it in some folder 4) cd myproject 5) mvn jetty:run ( I use Maven 3.0.3) All is fine here. On Tue, Apr 3, 2012 at 9:24 PM, Dominik Sandjaja domi...@dadadom.de wrote: Hi, I also just experienced this same problem. A plain

Re: Quickstart application doesn't show up with 1.5.3

2012-04-03 Thread Dominik Sandjaja
consult with jetty-maven-plugin configuration. You need to set the contextPath parameter. On Tue, Apr 3, 2012 at 9:53 PM, Dominik Sandjaja domi...@dadadom.de wrote: Am Dienstag, den 03.04.2012, 21:47 +0200 schrieb Jörgen Persson: I did the steps that Martin described and 1) http://localhost