How do you setup a JNDI server on GWT's hosted mode (they seem to use an embedded Jetty server)?
Asked
Active
Viewed 1,937 times
3
-
what do you mean by hosted mode? – Thufir Mar 03 '11 at 01:23
1 Answers
1
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.

Community
- 1
- 1

Igor Klimer
- 15,321
- 3
- 47
- 57