Findstr
Ex: - findstr /rin heap *.xml
- Findstr /r /I /n verboseModeJNI *.xml
Server.xml
verboseModeJNI="false" initialHeapSize="512" maximumHeapSize="768" runHProf="false"
Ex: - findstr /rin heap *.xml
- Findstr /r /I /n verboseModeJNI *.xml
Server.xml
verboseModeJNI="false" initialHeapSize="512" maximumHeapSize="768" runHProf="false"