Difference between revisions of "Retain Server"
From GWAVA Technologies Training
				
								
				
				
																
				
				
								
				| Line 1: | Line 1: | ||
| 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. | 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. | ||
| + | |||
| + | ==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. | ||
| ==OVERVIEW== | ==OVERVIEW== | ||
Revision as of 22:53, 7 July 2015
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.
