We are trying to run the GWT (2.1) Speedtracer, but have trouble with it, since Jetty doesn\'t accept our JDBC resources (they work fine in Tomcat) - probably because the JA
If you want to use Tomcat:
The GWT documentation mentions, that you can use Speed Tracer on the server-side with the SpringSource tc Server (which is a Tomcat server).
If you want to use Jetty:
Using DataSources with the embedded GWT Jetty server is possible, but not easy. It's explained in this Google Group post for GWT 1.6. I have tried this with GWT 2.1, and it basically remains the same procedure. Here's a quick outline:
jetty-naming-*.jar
, jetty-plus-*.jar
-Djava.naming.factory.initial=org.mortbay.naming.InitialContextFactory
(or use jndi.properties)