rwl / muntjac

A web application GUI toolkit
http://www.muntiacus.org
Apache License 2.0
42 stars 14 forks source link

Kill server and restart application? #21

Closed somada141 closed 10 years ago

somada141 commented 10 years ago

Hi all,

This question is probably going to be entirely stupid but this is the first time I'm trying to build web-app so feel free to bounce my question and the issue.

Upon running the HelloWorld example everything seems to go well but then after I Ctrl+C the process, update the .py file, and re-run, the server is still alive and well which keeps me from re-establishing it.

How do you handle this workflow in muntjac? Am I supposed to set up a server separately to the Python code and run it from there? Can someone give me an example or point me to some documentation on this (for some reason the API docs on muntjac come up as 404)

Thanks a bunch!

somada141 commented 10 years ago

Richard posted the following in the mailing list which just worked:

"This might be due to your session being preserved using cookies.

Try Ctrl+F5 or using Incognito mode."