Am 05.02.2014 14:17, schrieb Suliman:

On Wed, 05 Feb 2014 13:10:45 GMT, Suliman wrote:

I am using Windows 7 (do not have admin rights if it's help)

After putting stuff in index.dt and app.d I am running DUB and get next errors: http://codepad.org/E2UBUI7S

Hm... look like issue was with missing package json.

Would server work without admin right?

I am getting error:
Running appname.exe
Failed to listen on :::8080
Failed to listen on 0.0.0.0:8080

It should be able to listen on ports >= 1024 without admin rights. Does
running netstat -an | findstr 8080 return anything that is already
listening on that port?