I'm trying to figure out why some of my uri matchings work and some don't,
so I wanted to turn on the logging that is generated from mod_jk2 code such
as in jk_uriMap.c.
But I haven't yet found a switch to do this.
I have added to my workers2.properties:
[logger.file]
level=info
file=/usr/psr/var/apache2/log/jk_log
I also tried using [logger] instead of the above, and I tried them both with
and without the "file=". I also tried "level=DEBUG". And I also tried
adding:
# Map the Tomcat PSR webapp to the Web server uri space
[uri:psrtest1.princeton.edu/*]
info=Map the whole webapp
worker=ajp13:localhost:8009
debug=9
but I don't get any jk2 logging even when the matching succeeds. I *can*
turn on connector logging on the Tomcat side of the connection, but that
only gives me info when the matching succeeds.
Any tips would be much appreciated.
Thanks,
Dennis
Dennis McRitchie
Research & Academic Applications Support (RAAS)
Academic Services Department
Office of Information Technology
Princeton University
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]