0

I am trying to configure multiple VirtualHosts in my mod_jk.conf.

I have a few JKMounts and several JKUnmounts which will be common to all of the VirtualHosts. I was trying to move these *mounts to JKMountFile. After a while, I realized that the syntax of mounts that I was using in JKMountFile was incorrect and that it does not support JKUnmount.

Is there a JKUnmountFile equivalent or an alternative to what I am trying to do?

TJ-
  • 61
  • 1
  • 1
  • 9

1 Answers1

0

The way to do is to put a ! before the rule and it is treated as an unMount. More here : http://tomcat.apache.org/connectors-doc/reference/apache.html

TJ-
  • 61
  • 1
  • 1
  • 9