Question
Changes in startup.sh is getting overiden.
To debug SSL, I have added a parameter in tomcat startup.sh,
-Djavax.net.debug=ssl.
To make this changes get in effect , I need to restart the tomcat, but whenever I restart the tomcat my changes in tomcat is not there.
i.e the above parameter to debug ssl is removed.
Addition Information.
1. I am working on a multi node environment and I am making changes to a specific tomcat startup.sh file(say node 1)
2. Working on Pega 7.1.7
Let me know if any addition information is required.
So how my changes to tomcat.sh will be persisted in startup.sh, even after restart of tomcat?
Is there any other way , like create a DSS setting for debugging tomcat instance ?
Thanks in Advance for the help âº
Hi Nadar,
It would be much more simpler if you include this JVM parameter in setenv.bat file which gets applied on tomcat startup.
setenv.bat file should be in tomcat_server\bin folder and mine looks something like below
set JAVA_OPTS=-Xms2048m -Xmx4096m -XX:PermSize=64m -XX:MaxPermSize=512m +HeapDumpOnOutOfMemoryErro -Djavax.net.debug=ssl
Hope this helps!