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

2010-05-05:

[8:57] <oberhamsi> hm, for berkeley db it would make sense to have a nicer way to set the key i want
[9:02] <oberhamsi> morning btw
[14:53] * earl pats starkey on the back
[17:56] <starkey> a33c4e3 Andreas Bolka:test commit
[18:01] <starkey> b556552 Andreas Bolka: test commit
[18:04] <starkey> f542213 Andreas Bolka: test commit
[20:09] <Laks> hi.. good morning all..
[20:10] <Laks> I had a quick clarification - Is it normal that the first load while using appenine takes quite longer when accessing a default index page..
[20:11] <Laks> http://ringojs-test.appspot.com The first default load time is very slow, Im assuming that the server is processing JS to Java
[20:42] <earl> for the sake of completeness in the logs:
[20:43] <earl> the effect laks is observing is normal for all appengine apps, not just js
[21:23] <gmosx> hey?
[21:24] <hannesw> hi gmosx
[21:24] <gmosx> hey hannes
[21:25] <gmosx> just tried the latest rjs from the repo
[21:25] <gmosx> I created a small app with ringo-admin
[21:25] <gmosx> I get this error:
[21:26] <gmosx> WARNING: Error for /
[21:26] <gmosx> java.lang.NoClassDefFoundError: org/eclipse/jetty/continuation/ContinuationSupport
[21:26] <gmosx> any ideas?
[21:26] <hannesw> hm, that's strange
[21:26] <hannesw> looks like a jetty jar file is missing
[21:26] <gmosx> let me have a look...
[21:27] <gmosx> hmm... ringo-admin does not copy the gae.jars...
[21:27] <gmosx> forgot that ;-)
[21:29] <gmosx> I copied the 2 appengine-api-*.jars, still get the same error...
[21:30] <hannesw> oh yes, i get it too :)
[21:31] <hannesw> will fix it in a minute
[21:31] <gmosx> thanks ;-)
[21:37] <gmosx> hannesw: can I ask a question?
[21:38] <hannesw> sure
[21:38] <gmosx> is it possible to store static files in a static directory but map them to '/' instead of '/static' ?
[21:39] <hannesw> and still serve dynamic content from / at the same time?
[21:39] <gmosx> yes
[21:40] <hannesw> do you want scripts and static content in the same directory?
[21:40] <hannesw> well it could be possible, i can't say for sure
[21:40] <gmosx> scripts will reside in WEB-INF
[21:40] <hannesw> right
[21:41] <gmosx> I would like the following structure
[21:41] <gmosx> .. /static
[21:41] <gmosx> .. /WEB-INF
[21:41] <gmosx> app/static
[21:41] <gmosx> app/WEB-INF
[21:41] <gmosx> app/WEB-INF/../script.js
[21:42] <gmosx> but the files in static should be mapped at '/'
[21:50] <hannesw> might be possible
[21:50] <hannesw> the continuation error is now fixed
[21:50] <hannesw> you'll have to rebuild ringo and your application
[21:52] <hannesw> (yes, symlinks would be handy here)
[21:52] <hannesw> gotta leave...
[21:52] <gmosx> ok thanks
[21:52] <gmosx> bye
[21:56] <ringostarr> 414e216 Hannes Walln?fer: Make servlet work without jetty continuation classes (e.g. on google app engine)