Hi,

I'm getting the following error when my servlet uses
post+multipart/form-data request.

My server works well for all other servlets but when i use
post+multipart/form-data
and i submit the servlet I'm not able to get the response.It display's the
below mentioned error page on the browser.

The same servlet is working well on Apache Jserv combination server and i
didn't make any modifications for the servlet.


The following are the configuration details I'm using


     Apache :  apache_1.3.12

     Tomcat :  jakarta-tomcat-3.2.1


----------------------------------------------------------------------------------------
Error Description   :
----------------------------------------------------------------------------------------


HTTP/1.1 200 OK Date: Fri, 25 May 2001 02:09:11 GMT Server: Apache/1.3.12
(Unix) mod_jk Connection: close Transfer-Encoding: chunked Content-Type:
text/html; charset=iso-8859-1
OK
The server encountered an internal error or misconfiguration and was unable
to complete your request.


Please contact the server administrator, root@pts and inform them of the
time the error occurred, and anything you might have done that may have
caused the error.


More information about this error may be available in the server error log.

----------------------------------------------------------------------------------------


At times I'm getting the following error when i submit the same servlet.

----------------------------------------------------------------------------------------
Error Description   :
----------------------------------------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.


Please contact the server administrator, root@pts and inform them of the
time the error occurred, and anything you might have done that may have
caused the error.


More information about this error may be available in the server error log.
----------------------------------------------------------------------------------------



server error log : has no message related to the servlet.

Please help me out.

Thanks and Regards
Srinivas Chebolu



Reply via email to