Browser Update

Hi,

what do I have to change in Eclipse/Tomcat/Vaadin to see changes without restarting the browser?

For a normal servlet this works as expected.

Thanks
Freddy

Clear the session cookie.

André

Or append the parameter “?restartApplication” to the URL.

thank you. was really annoying having to clear cookie each time i made a code change.

or append ?debug which will then give you a small window where you can see debug info and a button to restart etc