how to show full command line of a Tomcat process
a quick way to see the full command line of a Tomcat process and view all the -D options
/usr/ucb/ps -auxwww | grep -i <user> | grep -i java
/usr/ucb/ps -auxwww | grep -i <user> | grep -i java
