Hi Thatcher,
Thanks for the response. I made the modifications and that didn't
seem to help. Of course, I'm trying to run it on app engine whereas
before I was running with the embedded Jetty server. I'll try the
changes with the embedded Jetty server when I'm back to the office.
However, in my home office I'm trying to run with App Engine, in both
the Claypool server project as well as the recordsofexistence, I get
the following error when I try to hit the home page:
{ claypool.server.RequestHandler}
org.mozilla.javascript.EcmaError: TypeError: ClaypoolServerHandler is
not a function, it is object.
I'm not sure if this is because I'm using the latest App Engine SDK
1.4.0 or because of something else. I'm currently working on a proof
of concept for a project and would love to use that as an opportunity
to explore the server side JavaScript features of this framework.
Is there a way to turn up the debug logging so I get more informative
error messaging? Looking forward to more documentation as the idea of
using JavaScript on the server is exciting!
Thanks again,
James
On Nov 23, 7:23 pm, chris thatcher <
thatcher.christop...@gmail.com>
wrote:
> Ah, this is not well documented sorry, I'm working on it.
>
> Look at WEB-INF/app/configs/environments.js line 13.
>
> you'll want to add or change this to include a path that can be detected for
> you development environment:
>
> automap:{
> 'file:///opt': 'dev.server',
> 'file:///home/jem': 'dev.server',
> 'file:///base': 'appengine.server',
> '
http://localhost': 'dev.client',
> 'claypooljs\.com': 'prod.client'
> },
>
> This affects what enivornment is included during startup. in
> WEB-INF/app/boot/server.js you'll see this line $.env(), note no parameters
> implies it will use window.location and automap to choose the settings. You
> can manually set the environment using
> $.env('defaults', 'dev.server')
>
>
http://github.com/thatcher/recordsofexistenceis a cleaner project, but
> requires using the appengine devserver since it uses a bigtable backend.
>
> Thatcher
>
>
>
> On Tue, Nov 23, 2010 at 4:09 PM, James M <
jmort...@gmail.com> wrote:
> > Hi,
>
> > I've checked the forums as well as google and don't see an answer to
> > getting the examples up and running. When I loadhttp://localhost:8080
> >
jquery-claypo...@googlegroups.com<
jquery-claypool%2Bunsu...@googlegroups.com>
> > .