I have configure the tomcat webroot outside of the tomcat directory.
But then the tomcat managment application isn't accessible any more.
I have then tried to create an subcontext /manager which should allow access to 
the manager application. But localhost/manager doesn't show any content.

How can i configure an subcontext just for accessing the manager application?

I have configured two contextes under: 
Tomcat7\conf\catalina\localhost

ROOT.XML:
<Context path="" docBase="D:/webroot/" cookies="false" reloadable="false" 
allowLinking="false" caseSensitive="true" unpackWAR="false" useNaming="false">
</Context>

manager.xml
<Context path="/manager" docBase="D:\Programs\Tomcat 7\webapps\manager">
</Context>

Roland
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to