Documentation
- Deutsche Installationsanweisung (Mit Dank an Jenny Gursch)
How does it work?

- Client requests web page
- Proxy requests page
- Server delivers page
- Proxy inserst JavaScript
- Proxy stores page
- Proxy send modifed page to the client
- Client sends notifications about user-actions to the Proxy
- Proxy stores user-actions
Configuration
You will need a file called Proxy.properties in the same folder you have the jars in.
dbName = UsabilityProxy dbHost = 127.0.0.1 dbUser = usabilityProxy dbPassword = up scriptHost = 127.0.0.1 # Insert the Proxys external IP # If you need a proxy to connect to the internet # fill in the next two lines. Normally only needed in corporate # networks. If unsure, ask your sysadmin. # proxyHost = 192.168.0.1 # proxyPort = 8080
You will need to set up your database, using the included sql script (initDB.sql).

