On 07/31/2011 03:53 PM, Franz wrote:

For all I can tell, apache is unaware of any mapping. It looks for
  the apps under the default doc root. The JkShmFile message I think
  is no problem, a shared memory file gets created under the apache
  log directory.


You should read the docs before trolling.

As explained in the JkMount section [1]
<quote>
By default JkMount entries are not inherited from the global
server to other VirtualHosts or between VirtualHosts.
For the complete inheritance rules, see: JkMountCopy.
</quote>

I have no problems understanding that, but I'm not the
native English speaker. However since it was written by
the German guy, I suppose neither you should have ;)

Next for mod_jk 'JkMount /foo' != 'JkMount /foo/'
If you wish to map both /foo and foo/* you will need
two directives or one compound (JkMount /foo|/*)
Details are explained in [2] under Uri patterns section.


[1] http://tomcat.apache.org/connectors-doc/reference/apache.html
[2] http://tomcat.apache.org/connectors-doc/reference/uriworkermap.html


Regards
--
^TM

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

Reply via email to