I am using Tomcat 8 Image in Openshift v3 and have deployed a java app using github repo.
Now I want to edit the catalina.sh
file to add additional VM arguments when the server starts.
Can someone please tell me/point me how I can edit the catalina.sh
file so that I can add the additional vm args to the JAVA_OPTS
variable.
The closest answer which I could get was this but this talks about building your own tomcat image which I do not want as I am using the image from openshift catalog.