我有这个页面:
http://example.com/folder/page.jsp
我想重定向/转发,以防页面http://example.com/page.jsp出现错误/异常 (您可以看到路径不同)。
doing<jsp:forward page="/page.jsp">
确实有效,但所有 css 和 img ref 现在都搜索http://example.com/folder/css、http://example.com/folder/img,而不保留 example.com/page.jsp 布局。
我怎样才能解决这个问题?