CCProxy

More info on usage coming soon. In the meantime you can launch the app here

Configuration

By default, CCTray Proxy listens on port 6969 and has a 5s connection timeout and 5s read timeout for each request. If either of these time out the servlet will throw a 500 error. To change these values, simply create a file called .ccproxyrc in the home directory of the user running the proxy process. This file needs to be standard Java Properties file format i.e. key=value

The default values would be defined as:

proxy.port=6969
connect.timeout=5000
read.timeout=5000
You need to restart the proxy if you change any of these values for them to take effect.