views:

358

answers:

2

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

+1  A: 

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.

Igor Klimer
A: 

Can anyone please help me with setting up GWT hosted mode with Weblogic? I found plenty of resources, but they seem to be geared towards Tomcat.

Also GWT 2.0 seems to output and generate slightly different files than before which may also affect the setup.