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
>>
>> JkMount jkstatus
>> Order allow,deny
>> Allow from all
>>
>
> Try rep
Chris:
That worked.
Thanks for the help,
Neil
--
Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com
Will your e-commerce site go offline if you have
a DB server failure, fiber cut, flood, fire, or other disaster?
If so, ask about our geographically redundant database system.
> Try
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
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
>
> JkMount jkstatus
> Order allow,deny
> Allow from all
>
Try replacing the above w
Hello:
I am trying to enable the status page for mod_jk.
I set my workers.properties file to:
worker.list=tomcat,jkstatus
worker.tomcat.type=ajp13
worker.tomcat.host=localhost
worker.tomcat.port=8009
worker.tomcat.lbfactor=1
worker.tomcat.connection_pool_timeout=600
worker.tomcat.socket_keepaliv