On 15.10.2009 17:39, Christopher Schultz wrote:
> Neil,
> 
> On 10/14/2009 10:43 PM, Neil Aggarwal wrote:
>> I then added this to my httpd.conf file in the global directives:
> 
>> # Mount the jk status application
>> <Location /jkstatus>
>>   JkMount jkstatus
>>   Order allow,deny
>>   Allow from all
>> </Location>
> 
> Try replacing the above with:
> 
> JkMount /jkstatus jkstatus
> 
> What you have is documented to work, but it's apparently not working.

I don't know what version he is using, but in general it does work.

> Another think you might need to do is move either your or my
> configuration into the VirtualHost being used when the request is
> serviced: JkMounts are not automatically copied into virtual hosts.

Assuming this is the culprit. Quick fix if people don't know about
VirtualHost: add "JkMountCopy All".

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