How to find the JVM options for the Java

R

Raj

Hello,

My web application is running on Tomcat Application server. How can I
found out what JVM options used by the Java on which my Tomcat is
running.

Thanks
Raj
 
T

Timo Stamm

Raj said:
I am using Java 1.4. What are my options?

On a UNIX machine, use "ps ax" to get a list of running processes. The
arguments to the programs are included.
 
R

Raj

Thanks Timo. This information is exactly what I needed.

I have IBM AIX 5 .For some reason, ps ax is not showing all the
arguments in this machine

I used the following command and that showed all the arguments.

$ ps -ef | grep java

Thanks.
Raj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top