How do you setup JNDI for GWT (2.0) Hosted Mode?

1.9k Views Asked by At

How do you setup a JNDI server on GWT's hosted mode (they seem to use an embedded Jetty server)?

1

There are 1 best solutions below

0
On BEST ANSWER

You can switch to any external Java server and use it without problems with GWT (I'm assuming here that you already have a working configuration and you don't want to migrate it to GWT's embedded Jetty, which may or may not prove to be difficult). For more details see the good docs.