Re: Java Heap Space / Thread Dump Numbers

2015-03-21 Thread Антон Мацюк
2015-03-21 2:06 GMT+02:00 Eric Robinson eric.robin...@psmnv.com: I think if you have vendor-locked app in vendor-locked environment (am I right?) Yes indeed. So, worth a try, at least. Set this options to JVM, and it will make heapdumps automatically. Will these heap dumps be the same size

ClassNotFoundError on context unload

2015-03-21 Thread Austin Jones
I'm having an issue with Tomcat 8.0.12 when undeploying contexts. I have autoDeploy turned off, and am pushing WARs+context.xmls through the Tomcat manager's deploy command. I have several ServletContextListeners that handle proper context shutdown. The ones that cause the issue look like this: