Hello, I am using web2py mac version. Because I don't need my user know anything about the server and password, So I add "-a password" argument in web2py.py.
This working fine if I start it from command line by: ./web2py But not working when start it from double click the app. Because the app doesn't provide the gui anymore, it go into a "Application not responding" status. The web server is actually works fine, I still can browser my pages. but when I try to quit the server, I have to use force quit, this will give me report window back. I am worry about this "Application not responding" and "force quit" will scare my user. So I want to know is there any other way to running the server without password and command line? Ideally, I hope after user double click the app, an icon will show in dock just like an application, without any console or gui window, and they can quick it by click quit from dock. Thanks for reading my question. xzhang