设置 GlassFish 应用程序的权限(战争部署)
我对 java/GlassFish 部署完全陌生。我使用 solr 来实现 Rails 应用程序的搜索功能。我可以从 shell 设置域的主密码。很好。当我尝试启动 GlassFish 门户时,它会出现身份验证屏幕。
但我找不到如何为我部署的 solr war 实例设置权限。有人可以帮我怎么做吗?
I am totally new to java/GlassFish deployment. I am using solr for the search functions of my rails app. i can able to set the mater password for the domain from the shell. It was fine. It greets with authentication screen when i tried to launch GlassFish portal.
But i could't find how to set the permissions for my deployed solr war instance. Can someone help me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有许多教程概述了您所需的内容为了保护部署到 GlassFish 上的 Web 应用程序的安全。
这是关于开发您在 NetBeans 中创建的用于部署的安全 Web 应用程序的教程到 GlassFish。
这是 Java EE 6 教程中的章节,介绍如何保护对 Web 的访问应用程序。
There are a number of tutorials that outline what you need to do to secure a web app deployed onto GlassFish.
This is a tutorial on developing a secure a web app that you are creating in NetBeans for deployment onto GlassFish.
This is chapter from the Java EE 6 Tutorial describes how to secure access to a web app.