Lionel Farbos wrote:
<VirtualHost myHost>
ServerName myVhost1
#this works :
# JkMount /testServlet/* ajp13
#this doesn't work :
#JkMountFile /usr2/web/VirtualHosts/testServlet.properties
JkMountFile /usr2/web/etc/testServlet.properties
Well, the mount files are overriden if JkMountCopy On is set.
So if you have:
JkMountFile A
JkMountCopy On
<VirtualHost ...>
JkMountFile B
# This file will never be used, because
# mount copy says: Use the file from the Root
</VirtualHost>
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]