If you started the VOLANO chat server on the same machine you're using to view this Web page, you can run the proxy servlet by clicking the following link:
http://localhost:8080/servlet/proxy?href=http://www.example.com/
You must first modify the Java security manager policy, defined
in conf/policy.txt
, to give the ProxyServlet
permission to connect to the target host (www.example.com in
this case). Otherwise, you will get the following error when you click
the sample link above:
java.security.AccessControlException: access denied (java.net.SocketPermission www.example.com:80 connect,resolve)
You can run the connection count servlet by clicking the following link:
http://localhost:8080/servlet/count