Logs for the RingoJS IRC channel,
as logged by ringostarr.
2010-04-29
[15:59]
[15:59]
[15:59]
[16:00]
[16:00]
[16:01]
[16:03]
[16:11]
[16:11]
[16:11]
[16:11]
[16:22]
[16:24]
[16:24]
[16:26]
[16:28]
[16:30]
Logs for the RingoJS IRC channel,
as logged by ringostarr.
[15:59] <hannesw> async jsgi is now officially working :)
[15:59] <robi42> yay :)
[15:59] <hannesw> just fixed some minor bugs with synchronization and timeouts
[16:00] <hannesw> so when and async request times out you now get a 500 response
[16:00] <hannesw> wait, actually that should be 408 Request Timeout
[16:01] <hannesw> no, 408 is for when the client doesn't send a request in time...
[16:03] <hannesw> anyway, 500 should be fine
[16:11] <cefn> cefn@cefn-ubuntu-lenovo:~/Documents/bt/handheld/ringo/ringojs-git$ bin/ringo -port 8090 apps/jsdoc/main.js
[16:11] <cefn> java.security.AccessControlException: access denied (java.util.PropertyPermission ringo.home read)
[16:11] <cefn> Anyone know how I specify the port? 80 and 8080 are already in use on my system
[16:11] <cefn> Using the option -port 8090 causes the error shown
[16:22] <oberhamsi> async jsgi ++1
[16:24] <oberhamsi> cefn, look into aps/jsdoc/config.js for modifying the port
[16:24] <oberhamsi> cefn, change httpConfig to include a port property
[16:26] <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
[16:28] <oberhamsi> yeah that should work too :)
[16:30] <oberhamsi> actually it is: bin/ringo apps/jsdoc/main.js -p 9999