Hello, I have a "strange" problem with web2py when running as service alone. When someone wants to see the website from internet, javascrit files and css files are not "served" correctly. It seems as if web2py embedded server "cuts" this type of files. When running from the command line I do not have any problems and the website works ok.
I'm running web2py from sources. Tried on a windows xp and windows 7 machine with the same results. I have solved the problem using apache and mod_wsgi (on a windows machine)