Tuesday, July 8, 2008

enable access log in tomcat

wanna test some anonymity networking softwares, so set up a tomcat, the question is how to enable access log. after reading tomcat definitive guide, 2ed, here comes the answer. btw, that book is really good, also covers tomcat 6.

uncomment these in server.xml of tomcat will enable the access log functionalities.

directory="logs" prefix="localhost_access_log."
suffix=".txt" pattern="common" resolveHosts="false"/>

next step. try tor. one problem of tor is the limited tor node on the internet. what if all people who use tor can be a node, that'll be great.

No comments:

Post a Comment