How to add additional properties to the Tomcat setenv file in Bonita Studio

Hi,

As the title say, how can I add aditional properties to the setenv file of the Tomcat that is included in the Bonita Studio.

In the Tomcat Bonita Server bundle, I know there is a directory inside setup/tomcat-templates where I can modify the setenv files, but I don’t know how to do the same in the Tomcat of Bonita Studio.

Thanks,

Hi,

the tomcat folder is located in your workspace folder. Then navigate to “server” to access to your folder as with bundle

kind regards,

Laurent

Hi Laurent,

Thanks for your response, yes I understand that inside of my workspace exist the tomcat folder.

For example, I added my properties to the setenv.bat and setenv.sh inside of tomcat/server/bin but when I restart the tomcat from Bonita Studio it appears that Bonita ignores my custom properties.

I actually could add custom properties to the setenv files in a Bonita docker container by modifying the /opt/templates/setenv.sh but in the case of the tomcat inside Bonita Studio, I could not find the templates or setup folders.