Re: GWT 2.3 with Jetty Datasource "NameNotFoundException"

2015-12-20 Thread rajesh bendalam
hi markus, Can you suggest me code to register jndi and lookup in eclipse jetty 9.0 embedded server? If possible please share to me. On Tuesday, 30 August 2011 09:00:01 UTC+5:30, Markus wrote: > > Thanks for ur reply. But I don't want to use another Servlet Container > and I think that jetty

Re: GWT 2.3 with Jetty Datasource NameNotFoundException

2011-09-05 Thread Thomas Broyer
For people coming to this thread through search, I just stumbled on that blog post from the people behind Jetty: http://webtide.intalio.com/2011/08/gwt-and-jndi/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

GWT 2.3 with Jetty Datasource NameNotFoundException

2011-08-29 Thread Markus
Hello! I try to use GWT without GAE and I will use a normal Datasource. But I always get an NameNotFoundException. My jetty-env.xml under WEB-INF: ?xml version=1.0? !DOCTYPE Configure PUBLIC -//Mort Bay Consulting//DTD Configure//EN http://jetty.mortbay.org/configure.dtd; Configure id=myapp

Re: GWT 2.3 with Jetty Datasource NameNotFoundException

2011-08-29 Thread Thomas Broyer
I believe the embedded Jetty has been initialized with support for JNDI. I don't think it's meant to support this kind of setup though. You'd better deploy to a distinct server (Tomcat if you want) and run the DevMode in -noserver

Re: GWT 2.3 with Jetty Datasource NameNotFoundException

2011-08-29 Thread Markus
Thanks for ur reply. But I don't want to use another Servlet Container and I think that jetty has JNDI Support. So I just find the bug in my config.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to