On 25.10.2009 17:12, Mohit Anchlia wrote:
> Thanks. Is the JkShmfile something new? It worked when we had mod_jk
> 1.25. What is JkshmFile used for?

No it exists since a long time. The exact way of using it internally
changed a bit from version to version. Its main puposes are:

- providing statistics accumulated over all httpd processes
  (used in logging, jkstatus and load balancing)
- sharing error information between those processes
- propagating config changes done by jkstatus to the other processes

Maybe in your old Apache installation paths or permissions were
different. Check for the same error message you got with 1.2.28. If you
don't get something similar for 1.2.25, then there's some change in your
environment.

If you do get the same error, then you were simply lucky that your
jkstatus requests were always hitting the same httpd process and thus
you didn't notice the change was not global to all processes.

Regards,

Rainer

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

Reply via email to