`

HTTP Status 503 - Servlet action is currently unavailable解决办法

 
阅读更多

在struts框架应用初学中,要通过struts-config.xml跳转时,有时候会产生这样的报错:

HTTP Status 503 - Servlet action is currently unavailable

type Status report

message Servlet action is currently unavailable

description The requested service (Servlet action is currently unavailable) is not currently available.

产生原因:很多人在WEB-INF/lib/下面只添加了struts.jar包(网上很多struts入门实例中只提到struts.jar包)。

解决办法:把commons-beanutils.jar、commons-digester.jar等添加到WEB-INF/lib/下面,就可以正常跳转了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics