I think he means a JVM thread dump or use JMX and jvisualVM. JMX it typically a better solution because you can monitor threads real time. In Linux you can modify catalins.sh (catalina.bat in your case) to something like:
export CATALINA_OPTS="-Xmx2500m -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Djava.rmi.server.hostname=localhost -Dcom.sun.management.jmxremote.ssl=false" On Thu, Jul 23, 2015 at 10:51 AM, Steve Singer <[email protected]> wrote: > Sure -- how can I do a thread dump on Windows? Thanks > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Datasource-Connection-to-SQL-Server-CPU-Creep-tp4675573p4675575.html > Sent from the TomEE Users mailing list archive at Nabble.com. > -- Steven P. Goldsmith
