sig-ansible / tomcat

Tomcat Role
2 stars 0 forks source link

Add ability to specify docBase to server.xml #4

Open gillfimj opened 3 years ago

gillfimj commented 3 years ago

While containerizing the BannerAdmin pages, the ability to display images was lost due to the missing docBase statement in the server.xml similar to this:

<Context docBase="/mnt/ban_appdata_test/photos" path="/banneridimages" reloadable="true" allowLinking="true" />

Provide the option to add this if needed, unless there is a better way to do this.