RE: Homepage runs 2 times if I mount it as /

2012-03-26 Thread Wilhelmsen Tor Iver
/;jsessionid=6730E8A6F6FED95C9AC24E7A37F3A35A?0 This is added by the web container in case the browser does not support cookies. It is added on the first response regardless, and also on subsequent ones if the browser does not accept cookies, or you turn it off (e.g. using cookies=false in

Re: Homepage runs 2 times if I mount it as /

2012-03-25 Thread Paolo
Alle venerdì 23 marzo 2012, Jeff Schneller ha scritto: I may be wrong but you don't need to mount the homepage which is why it is being executed twice. Yes, ok, you are right. But the problem was start because I use the NoVersionMount to mount homepage because I don't like that the url of

Homepage runs 2 times if I mount it as /

2012-03-23 Thread Paolo
I made bookmarkable the HomePage: But it is executed two times!!! Infact it make me crazy! I put an System.out.printf to check it in the console log. Because the page in the browser look like to load only one time, but in the console I can read 2 times printf line! If I mount it as something

Re: Homepage runs 2 times if I mount it as /

2012-03-23 Thread Jeff Schneller
I may be wrong but you don't need to mount the homepage which is why it is being executed twice. On Mar 23, 2012, at 1:36 PM, Paolo irresistible...@gmail.com wrote: I made bookmarkable the HomePage: But it is executed two times!!! Infact it make me crazy! I put an System.out.printf to