Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

issue with JSP pages appearing

Status
Not open for further replies.
Nov 28, 2002
121
US
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=&quot;POST&quot; ACTION=&quot;Labor.jsp&quot; ENCTYPE=&quot;application/x-
Where would I start to configure TomCat correctly?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top