gwt jetty jndi lookup fails
问题 I am using gwt with jetty but want use jndi for datasource so followed the documentation for eclipse gwt jetty jndi and did below to run my gwt app Run my gwt app with following options in eclipse -noserver -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl myapp.html -logLevel INFO -codeServerPort 9997 -war war\location -server com.myproject.MyCustomJettyLauncher com.my.apps.app My jetty-env.xml under WEB-INF configuration <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE