...
In the theme folder, create a symbolic link, named 'default', which points to the desired theme to mark it as the default:
Code Block language bash > theme/ ln -s sample_theme_2 default
Note that Tomcat does not allow access to symbolic links by default and you will need to enable the allowLinking property. SeeĀ https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html#Common_Attributes
- If you do not wish to use a symbolic link for security reasons, in the theme folder, rename or copy the folder of the theme you would like to use as the default to create a "default" folder.
...