如何告诉 Netbeans 存储 glassfish 3 密码
每次启动 netbeans 时,当我第一次启动部署在 Glassfish 3 或 Glassfish 3.1 服务器上并设置密码的 Web 应用程序时,netbeans 都会要求我提供凭据。
这是(并且需要是)定制的 glassfish 安装。
我知道可以告诉netbeans不要问,因为就像安装与netbeans捆绑的glassfish时一样。
我需要做什么?
Every time I start netbeans, the first time I launch a web application which is deployed on a Glassfish 3 or Glassfish 3.1 server where I set a password, netbeans asks for my credentials.
This is (and needs to be) a custom glassfish installation.
I know it is possible to tell netbeans not to ask, because it is like it when installing the glassfish that is bundled with netbeans.
What do I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
NetBeans 不会执行任何操作来记住 GlassFish Server 3.0 和 3.1 的密码。当通过 HTTP 将命令发送到正在运行的服务器时,它不会发送密码,因此服务器会返回 401。IDE 将显示授权对话框并重试 HTTP 管理命令。
有一个针对此功能的开放增强请求。 http://netbeans.org/bugzilla/show_bug.cgi?id=166648
NetBeans does not do anything to remember the password for GlassFish Server 3.0 and 3.1. It doesn't send a password when commands are sent to the running server via HTTP and so, the server returns a 401. The IDE presents the authorization dialog and retries the HTPP admin command.
There is an open enhancement request for this feature. http://netbeans.org/bugzilla/show_bug.cgi?id=166648
我还没有测试过它,但它可能是一个错误(在这种情况下,如果能提出问题那就太好了)。
GlassFish 的默认安装没有为管理员用户设置密码(因此不需要密码)。
我建议:
I haven't tested it, but it might be a bug (in which case it would be great if would file an issue).
The default installation of GlassFish has no password set for the admin user (so no password is required).
I recommend: