i�m a novice to configure a Apache Tomcat-Server, i hope you can help me a
littel bit.
if i configure the system.xml on Tomcat-Server for the directory
D:\Web\MyProject and mapped this to Webroot like:
<Host name="www.xxx.com" appBase="D:/Web"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="D:/Web/MyProject" reloadable="true">
<Manager distributable="false" />
</Context>
</Host>
So far so good, but if i used the manager www.xxx.com/manager the project
are displayed twice,
one as Webroot / and one as the original Store-Directory /MyProject .......
My question: How i can hide the /MyProject in the manger ?
Thank�s a lot and
best regards
Olli