File: tomcat-docs.xml

package info (click to toggle)
tomcat5 5.0.30-12etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 22,860 kB
  • ctags: 26,367
  • sloc: java: 152,968; xml: 42,830; ansic: 33,715; jsp: 7,193; perl: 2,289; sh: 1,081; makefile: 551; awk: 59
file content (8 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<!--
    Context configuration file for the Tomcat Documentation
    Needed to allow linking to the JSP/Servlet API documentations
-->

<Context path="/tomcat-docs" docBase="/usr/share/tomcat5/webapps/tomcat-docs"
         debug="0" privileged="false" allowLinking="true">
</Context>