如何为 GWT (2.0) 托管模式设置 JNDI?
如何在 GWT 的托管模式上设置 JNDI 服务器(他们似乎使用嵌入式 Jetty 服务器)?
How do you setup a JNDI server on GWT's hosted mode (they seem to use an embedded Jetty server)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以切换到任何外部 Java 服务器并使用它,而不会出现 GWT 问题(我假设您已经有一个工作配置,并且您不想将其迁移到 GWT 的嵌入式 Jetty,这可能很困难,也可能不困难)。有关详细信息,请参阅优秀文档。
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.