301使用Glassfish重定向

时间:2010-01-07 18:07:06

标签: glassfish http-status-code-301

我正在寻找一种在Glassfish上进行301重定向的方法,类似于你在Apache上用.htaccess文件做的事情,写下这样的东西:

redirect 301 /old/old.htm http://www.mydomain.com/new.htm

1 个答案:

答案 0 :(得分:0)

您必须在虚拟主机中添加属性“redirect_n”。 例如: 名称:redirect_1 值:from = / old / old.htm url-prefix = http://www.mydomain.com/new.htm

请参阅:http://docs.oracle.com/cd/E19776-01/820-4496/ggjaa/index.html