我想将HTTP请求重定向到HTTP。我怎么能这样做?
我已经尝试过编辑default-web.xml文件,但之后Glassfish管理面板无效。
我已将这些行添加到default-web.xml
:
<security-constraint>
<web-resource-collection>
<web-resource-name> **here i've add website name** </web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
应用版本:Glassfish 3
操作系统:Redhat 6