My java app is doing a POST with Multipart format as thetype for a certain file size when uploading a file. The application server is checking the size and returning results, but the Web server is giving a page not found with the results. It appears to be trying do the POST twice even though the response should be just writing an error message to the same page versus submitting a form. I thought there might be a setting in httpd.conf that I could have Apache recognize responses should be text/html or similar versus trying a POST again when writing back to a JSP page. Any help would be welcomed.

Are you using httpd or are you using Tomcat ?
AFAIK httpd doesn't support JSPs it supports CGI and PHP technologies.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.