Forum Post: RE: REST

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
The 500 response probably indicates the problem originates from the REST web application running in your Tomcat server. The 500 may come from a number of places in that web application. Because the 500 response appears to be related to elapsed clock time, I might consider that the REST service is losing its connection to the back-end AppServer and the error comes during the reconnection. Just a guess. Perhaps increasing the logging level In the REST service's WEB-INF/adapters/runtime.props and then looking in the REST service's log file will provide additional information.

Continue reading...
 
Status
Not open for further replies.
Back
Top