如何为openrdf工作台设置密码?
我已成功安装 Openrdf Repository (sesame 2.3.2) 和 Openrdf workbench,但我不知道如何设置用于保护 Openrdf 工作台的用户和密码。我想在某个地方有一个配置文件。
有人可以给我提示如何为 openrdf 工作台创建用户并设置密码吗?
I have successfully installed Openrdf Repository (sesame 2.3.2) and Openrdf workbench however I do not know how to set up a user and a password to protect Openrdf workbench. I suppose that there is --somewhere -- a configuration file.
Can somebody give me a hint how to create a user and set up a password for openrdf workbench?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您需要在 servlet 容器级别进行密码保护。你用的是汤姆猫吗?以下是我用来设置 Tomcat 6 基本身份验证的内容:
web.xml
tomcat-users.xml
I believe you need to password protect at the servlet container level. Are you using Tomcat? Here's what I used to set up basic authentication with Tomcat 6:
web.xml
tomcat-users.xml