Hello, > When i am requesting for a page using HttpClient, the server responds > with status code 500. > how can i resolve this Internal Server Error 500.
Fix the server. Most of the times when I got a 500 status code, it was because I had forgotten to start the application server, or the application server failed to start because of a problem. The module in the web server accepts the request, is unable to forward it to the application server, and responds with code 500. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]