I have created new app with following command :
total -f
When I run app with following command :
node debug.js
I get following error :
E:\nodejs\test\total\1310-swig-01>node debug.js
------------> PID: 1088
OK
Error: listen EACCES Error: listen EACCES
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1020:19)
at listen (net.js:1061:10)
at net.js:1135:9
at dns.js:72:18
at process._tickCallback (node.js:415:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:902:3
--------------------------------------------------------------------
====================================================
PID : 4248
node.js : v0.10.23
total.js : v1.3.1
====================================================
Name : my web site
Version : 1.01
Author : Your company name
Date : 2014-04-29 15:12:25
Mode : debug
====================================================
Server runs but web browser shows following message :
Not Found
HTTP Error 404. The requested resource is not found.
Can some one guide me what I am doing wrong and how it can be rectified.