Rychertate
MIS
I have a JSP page that stopped loading up.
It gives me the Apache HTTP 404 error that it can not find the JSP page.
There are no servlet classes associated with the JSP page.
Simply, it is an HTML page calling a JSP page.
This issue appeared after we(IT team) incorporated servlets on the machine.
Directory structure changed, but it shouldn't have effected our JSP pages.
Directory structure
../ goes to ../
I am using TomCat with Apache.
My html uses
<FORM METHOD="POST" ACTION="Labor.jsp" ENCTYPE="application/x-
Where would I start to configure TomCat correctly?
Thanks
It gives me the Apache HTTP 404 error that it can not find the JSP page.
There are no servlet classes associated with the JSP page.
Simply, it is an HTML page calling a JSP page.
This issue appeared after we(IT team) incorporated servlets on the machine.
Directory structure changed, but it shouldn't have effected our JSP pages.
Directory structure
../ goes to ../
I am using TomCat with Apache.
My html uses
<FORM METHOD="POST" ACTION="Labor.jsp" ENCTYPE="application/x-
Where would I start to configure TomCat correctly?
Thanks