如何告诉 Netbeans 存储 glassfish 3 密码

发布于 2024-10-25 11:49:52 字数 212 浏览 1 评论 0原文

每次启动 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

平生欢 2024-11-01 11:49:52

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

揽清风入怀 2024-11-01 11:49:52

我还没有测试过它,但它可能是一个错误(在这种情况下,如果能提出问题那就太好了)。

GlassFish 的默认安装没有为管理员用户设置密码(因此不需要密码)。

我建议:

  • 使用没有密码的本地 GlassFish 安装进行开发(使用 NetBeans 进行部署)
  • 在高效的 GlassFish 安装上使用密码,从持续集成服务器(例如 Hudson)进行部署

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:

  • use a local GlassFish installation with no password for development (deploy with NetBeans)
  • use a password on your productive GlassFish installation, deploy from your continuous integration server (such as Hudson)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文