Retain Server
From GWAVA Technologies Training
This page follows the navigation menu in the RetainServer web interface. Each menu item below links to its own separate wiki page for details about that topic.
Contents |
Troubleshooting
When tomcat is in the state of not responding, please do this:
- Windows: jstack <pid>
- Linux: kill -3 <pid>
Afterwards get the catalina.out. If necessary, we can send that to development for review.