Re: What is HTTP 500 error
Posted By:
Paul_Done
Posted On:
Wednesday, April 25, 2001 01:00 PM
This means that there was an internal server error. Its is likely that your servlet has thrown an exception. It might be worth putting a try-catch around the code in your servlet, temporarily, and if the exception is thrown, do a printStackTrace(). This should help you track down the problem.