Hi: I think this is a common problem, but I can't seem to find a good solution online:
When I added some files to the web folder of my project yesterday, I kept getting the error "The requested resource (/project/file.jsp) is not available" when I tried to run the pages locally on tomcat. I deleted the /project/.deployables/project/ folder (because that was what I was instructed to do when a similar problem occurred before, and it seemed to work), but now I am getting the resource not available error for all of the pages in the project (even the ones that worked before)! I've tried stopping the server, refreshing the project, and restarting the server, as well as changing the web.xml "fakely" to refresh it, but nothing seems to work. My project Java Build Path was set to: project/WebContent/WEB-INF /classes. I just changed it to project/.deployables/project/WebContent/WEB-INF/classes (after deleting .deployables), because I think that's what it was awhile back... Can someone please help me figure out what's wrong? I am clearly a newbie with a lack of real understanding on how all of this works! Any help would be greatly appreciated! Thanks! -Jamay