您已经
publications.jsp映射到URL模式。为什么不使用此URL模式访问jsp。?
<servlet> <servlet-name>pub</servlet-name> <jsp-file>/publications.jsp</jsp-file></servlet><servlet-mapping> <servlet-name>pub</servlet-name> <url-pattern>/publications</url-pattern> <!-- Use this URL --></servlet-mapping>
如果单击URL
http://somehost/SciArchive/publications,它将自动在后台调用jsp,URL将保持不变(没有页面名称,即没有.jsp)。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)