首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

web.xml详细设立

2012-12-20 
web.xml详细设置?web-app标签是web.xml的根标签,其它标签都需要嵌入到此标签中。error-pageerror-code

web.xml详细设置

?<web-app>标签是web.xml的根标签,其它标签都需要嵌入到此标签中。

<error-page><error-code>500</error-code><location>/500.jsp</location></error-page>

?<error-page>标识错误页面。

热点排行
Bad Request.