I am trying to run a Java client application which in turn calls a servlet, and both of them are placed on the same machine. While running the client code I am getting:
Error while making connection
And the server returned HTTP response code is 500.
See URL: https://psng11d19087.ksfg.ds-group.com:443
Any tips on how I can start debugging this?
The very first step would be to look into the server error log to see what the problem was.