Quote:
Originally Posted by KeWiN_HUN
My problem is when i try to start the server error appear : " ERROR: Failed to start content server: Port 8080 not free on '0.0.0.0' ". What can i do ?
|
Two choices:
1) find the other program that is using port 8080 and kill it/change it. One way to do this is the command netstat. Try 'netstat -a -b -n' and note the executable that has the port open.
2) change the port to something else, such as 8081