Resin Web 服务器上的用户身份验证

发布于 2024-07-04 03:22:50 字数 219 浏览 13 评论 0原文

我目前的任务是将 Apache + Resin Java Web 服务器替换为 Resin-only 配置。

目前,在我们的 apache 设置中,我们使用 .htaccess 和一个小型用户数据库来提供目录级别的密码。

有谁知道仅使用 Resin 作为网络服务器时的等效设置吗?

I'm currently tasked with replacing an Apache + Resin Java web server with a Resin-only configuration.

Currently in our apache setup, we use .htaccess and a small user database to provide passwording at a directory level.

Does anyone know the equivalent setup when using just Resin as the web server?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

寄风 2024-07-11 03:22:50

请参阅“Resin 上的身份验证”,这

是您最接近的。 htaccess 与 apache 正在使用 XmlAuthenticator 配置基本身份验证。 您需要将 htpasswd 文件转换为resin 使用的XML 格式。

按照“快速入门”部分操作,您将得到您想要的。

See "Authentication on Resin"

The closest you'll come to .htaccess with apache is configuring for Basic auth using an XmlAuthenticator. You'll need to convert your htpasswd file into the XML format that resin uses.

Follow the "Quick Start" section and you'll get what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文