/etc/tomcat8/Catalina/localhost/examples.xml is in tomcat8-examples 8.0.32-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | <Context path="/examples"
docBase="/usr/share/tomcat8-examples/examples">
<!-- Enable symlinks for the jars linked from /usr/share/java -->
<Resources allowLinking="true"/>
</Context>
|