Thank you for the suggestion! This gave me the clue I needed to solve the problem.
The server was configured to look for files in /home/james/web2py. I did the new installation to /home/james/web2py_new. So it couldn't find them. When I rename the old instalation, and renamed the new to web2py, everything worked! Thank you very much. James On May 10, 12:24 pm, pbreit <pbreitenb...@gmail.com> wrote: > You need to configure your web server to find the static files. Ex: > > server.document-root = "/var/web2py/applications/myapp/static/" > > I'm not sure exactly how to config lighttpd. You either point it to your > static files and crete an exception for web2py or vice versa. > > Or put a symbolic link in the folder that lighttpd is serving from that > points to your static folder.