Everything works fine on my local
tomcat, but when I move it to the production server from Arvixe, it cannot locate any resources that are not in the home directory. Both I and the server are running tomcat 5.5.
Everything in the home directory seems to work fine (I haven't tried moving the whole project there to
test it, but basic pages, buttons, input/output works fine there. When I try to access /admin/main.jsf it gives me the following error:
If I navigate straight to the
jsp file, I get errors of course, but it finds the file just fine. Does anyone have any ideas?
My
jsf pattern is *.jsf so I don't believe that is it. Thanks in advance!
John
Edit: I tried deploying via WAR file, and I get the same problem