Getting the Process id of Tomcat running in Eclipse on Windows

Sid

I need to create a thread dump of the JVM running the Tomcat server from inside Eclipse on a Windows 7 machine. From the Task Manager I am not able to differentiate between the java.exe and javaw.exe. I am not sure which one is running Tomcat.

Sid

Posting the answer from the one posted in another thread:

java.exe is the console app while javaw.exe is windows app (console-less). You can't have Console with javaw.exe.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Problem on looking for running tomcat process id

Getting a view by id from a running eclipse instance

Getting Information on a Running Process in Windows Server?

Running tomcat with eclipse kepler

Java, Checking if any process ID is currently running on Windows

Error on running tomcat server in Eclipse

Getting 404 when running jersey-quickstart-webapp on tomcat 9 in eclipse

How to find the process id of a running Java process on Windows? And how to kill the process alone?

Process with an ID #### not running

Check if process is running - Windows

Getting maven project version and artifact ID from pom while running in Eclipse

Portable JDK, Tomcat, and Eclipse (Windows)

Running a function as process with a set process name or id

Process Id is changed while running the process

Cannot start tomcat running through Maven in Eclipse

404 error when running tomcat on eclipse

Apache Tomcat 9 not running on Eclipse IDE

getting HTTP Status 500 while running tomcat

Kill a running node process in windows

getting pid of process in windows server

Trouble running eclipse on windows 8.1

linux: getting umask of an already running process?

Getting PID for a process running on a remote node

Getting apt to give running process status

Getting the first line of a running child process output

Getting class not found Exception when running in eclipse

Linux command get tomcat process id by name

shelljs - getting process ID of process created by shelljs.exec() process

Getting the process id of a process using the process name in perl