I have created a JSP application that is running on a dev box. When I moved it up to our pre-production server I have run into a couple of errors.
1) After entering login info and clicking submit, I get a 405 error "Method not allowed" Post is not allowed along with the path to my 2nd page.
2) As I have gone about trying to solve this I have discovered that Tomcat is not creating any class files from the Login.jsp page.
3) Also if you hit the back or refresh button the jsp source code will be displayed.
I think that these 3 problems are all related, any suggestions?
I am using Tomcat 3.3 and Apache 1.3
Thanks
Karl