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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP 404 error

Status
Not open for further replies.

sarorelasoul

Programmer
Joined
Nov 13, 2012
Messages
1
Location
EU
Hello,

I'm currently fixing a bug on a website developed with J2EE. You are supposed to a upload a file but once you press submit a Get http 404 error occurs in the log file with the name of the file not found(looks like a java class- maybe). I don't have access to the source code since it is a support issue. Any advise where can I start solving this problem.

Thanks,
Sarrah
 
The usual way to upload a file is to use a servlet where the file is being sent. My guess is that the servlet is no longer available but without more information, it's just a guess

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top