CASA/CASA-auth-token/server-java/Svc/tomcat5/conf/Catalina/localhost/manager.xml
Juan Carlos Luciani 9b2e33bfa8 The "java" folder has been renamed "server-java" to reflect that it only
contains server components. In the process, I also flatened its
directory structure.
2006-11-16 09:20:06 +00:00

18 lines
428 B
XML

<!--
Context configuration file for the Tomcat Manager Web App
$Id: manager.xml,v 1.2 2004/02/20 17:09:29 remm Exp $
-->
<Context path="/manager" docBase="${catalina.home}/server/webapps/manager"
debug="0" privileged="true">
<!-- Link to the user database we will get roles from -->
<ResourceLink name="users" global="UserDatabase"
type="org.apache.catalina.UserDatabase"/>
</Context>