Changing the default port for fixx

You can change the the default port fixx runs on by editing server.xml located in /conf

All you need to do is change the value from 9000 to one of your desire in the following line,

<Connector port="9000" protocol="HTTP/1.1" ........

So, to run fixx on port 80, you Connector line will look like this,

<Connector port="80" protocol="HTTP/1.1" ........