Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net

2010-04-29:

[13:52] <hannesw> async jsgi is now officially working :)
[13:52] <robi42> yay :)
[13:52] <hannesw> just fixed some minor bugs with synchronization and timeouts
[13:53] <hannesw> so when and async request times out you now get a 500 response
[13:53] <hannesw> wait, actually that should be 408 Request Timeout
[13:55] <hannesw> no, 408 is for when the client doesn't send a request in time...
[13:56] <hannesw> anyway, 500 should be fine
[14:04] <cefn> cefn@cefn-ubuntu-lenovo:~/Documents/bt/handheld/ringo/ringojs-git$ bin/ringo -port 8090 apps/jsdoc/main.js
[14:04] <cefn> java.security.AccessControlException: access denied (java.util.PropertyPermission ringo.home read)
[14:04] <cefn> Anyone know how I specify the port? 80 and 8080 are already in use on my system
[14:04] <cefn> Using the option -port 8090 causes the error shown
[14:15] <oberhamsi> async jsgi ++1
[14:17] <oberhamsi> cefn, look into aps/jsdoc/config.js for modifying the port
[14:17] <oberhamsi> cefn, change httpConfig to include a port property
[14:19] <cefn> I think I was putting the option in the wrong place - passing it to ringo instead of the app. So instead bin/ringo apps/jsdoc/main.js --port 8090
[14:21] <oberhamsi> yeah that should work too :)
[14:23] <oberhamsi> actually it is: bin/ringo apps/jsdoc/main.js -p 9999