You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Sullivan, Sean" <su...@menloworldwide.com> on 2007/11/28 21:40:04 UTC

Failed to find resource: /axis2-web/listSingleService.jsp

I am using Axis2 version 1.3 in my own Web application.

I added the AxisServlet to my web.xml file and all of the Axis2 jars to
WEB-INF/lib

My WSDL URL looks like this:

http://foo.bar.com/xyz/services/XyzServices?wsdl

When I click on the URL, I see this:

JSPG0036E: Failed to find resource /axis2-web/listSingleService.jsp


java.io.FileNotFoundException: JSPG0036E: Failed to find resource
/axis2-web/listSingleService.jsp
	at
com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.findWrapper(JSPExte
nsionProcessor.java:270)
	at
com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPEx
tensionProcessor.java:252)
	at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppReq
uestDispatcher.java:633)
	at
org.apache.axis2.transport.http.AbstractAgent.renderView(AbstractAgent.j
ava:120)
	at
org.apache.axis2.transport.http.ListingAgent.processListService(ListingA
gent.java:448)
	at
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:229)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
	at com.menlo.axis2.AxisServlet.service(AxisServlet.java:35)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.ja
va:1572)
	at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap
per.java:762)
	at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3071)
	at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:236)
	at
com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
	at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:195
8)
	at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:9
8)
	at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio
n(HttpInboundLink.java:472)
	at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio
n(HttpInboundLink.java:411)
	at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpIC
LReadCallback.java:101)
	at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueMa
nager.java(Compiled Code))
	at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.
java(Compiled Code))
	at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.
java(Compiled Code))
	at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager
.java(Compiled Code))
	at
com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))


It looks like I need to add the Axis2 JSP's to my WAR.   Is this
documented anywhere?

Sean


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org