Resin Web 服务器上的用户身份验证
我目前的任务是将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅“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.