如何动态更改HTTP链接

时间:2015-04-15 10:41:32

标签: java jsp servlets hyperlink request

在Servlet中,使用代码:

String requestURL = request.getRequestURL().toString();

我收到了网址:http://localhost:8080/TV/admin/adminView.do

如何动态更改此链接?

最后一个链接应为:http://localhost:8080/TV/file.txt(即http:// + server + client + file.txt)。