Hello, 
I have been creating my http server running in BBB with the standard 
method, create an server and listen in port 8888.. 
*var server = http.createServer(function (req, res) {}).listen(8888)*; And 
it works fine. 

But when i placed the JS file in cloud9/autorun folder, it dosen't work 
anymore. As i understand, the autorun program has already occupied the 
listening port 8888, and caused the conflict of using port 8888.

So i wonder if there is any solution behind this? Can't i use both of 
autorun mecanism and listening port 8888, or i have to give up one of these 
two? Or there is another port number to use to build the http server?   

Thanks,
Chen



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/fb99adf0-947b-4e6e-b3d0-bbe00308e959%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to