I want to print verbose log in a text file during tomcat startup. I tried to use
JAVA_OPTS="$JAVA_OPTS -verbose:class" , but it prints in the console.
Can someone help me on this ?
Thanks
I want to print verbose log in a text file during tomcat startup. I tried to use
JAVA_OPTS="$JAVA_OPTS -verbose:class" , but it prints in the console.
Can someone help me on this ?
Thanks