I have been working on setting up Tomcat 6 on IIS 6 on a Win2003 server for an application that I am installing.
The application has a .html access page followed by .jsp pages.
Here is my issue.
I have had it setup and running on the localhost.
I had it all working so when that I typed
it would work, it serverd up the .html access page and then all of the .jsp pages. However when removing the :8080 it serves up the .html page but not the .jsp pages, they return a 405 error.
Any ideas?
The application has a .html access page followed by .jsp pages.
Here is my issue.
I have had it setup and running on the localhost.
I had it all working so when that I typed
it would work, it serverd up the .html access page and then all of the .jsp pages. However when removing the :8080 it serves up the .html page but not the .jsp pages, they return a 405 error.
Any ideas?