在 Eclipse 中使用 HTTPS 进行 Web 应用程序开发
我正在开发一个需要在客户端上使用 HTTPS 的 Web 应用程序 边 。使用 eclipse 的问题是我无法使用 HTTPS 发展模式。
有没有办法让 eclipse 开发服务器支持 HTTPS?
谢谢, 阿吉特
I am working on a web app that requires to have HTTPS on the client
side . The problem with using eclipse is I can't use HTTPS while in
development mode.
Is there a way we can have the eclipse dev server support HTTPS?
Thanks,
Achit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
GWT 2.3 应该可以: http://google-web-toolkit.googlecode.com/svn/releases/2.3/dev/core/src/com/google/gwt/dev/shell/jetty /README-SSL.txt
It should be possible with GWT 2.3: http://google-web-toolkit.googlecode.com/svn/releases/2.3/dev/core/src/com/google/gwt/dev/shell/jetty/README-SSL.txt
开发环境中通常不启用 HTTPS。这通常是生产的部署方面,而不是开发问题。
HTTPS typically isn't enabled on development environments. This is usually a deployment aspect for production and less of a development concern.