jsp 调用webservice 怎么出问题???

cauczqy0905 2004-06-14 12:34:38
我用java 编的一个webservice 部署在tomcat 的axis里,通过java程序调用成功了,可是用jsp调用却总抛异常:

org.apache.jasper.JasperException: org/apache/commons/discovery/tools/DiscoverSingleton
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
。。。。。。。

root cause

javax.servlet.ServletException: org/apache/commons/discovery/tools/DiscoverSingleton
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
at org.apache.jsp.result_stationcontent_jsp._jspService(result_stationcontent_jsp.java:300)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)

由jsp转换成的servlet result_stationcontent_jsp.java出错部分为:

catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);<-300行
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}

请各位帮忙,谢了!

...全文
191 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

81,091

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧