|
| Hi
I have a servlet in my JSR 168 Portlet application which is responsible for downloading pdf files. The servlet is bundled inside portlet web application. My portlet is consumed as web service via WSRP by Consumer Portal. The problem is the servlet is not
getting called in this WSRP senerio and the consumer portal gives a 404 error page when I am trying to hit the servlet link.
This is how i refer to servlet inside my JSP
<%=renderResponse.encodeURL(renderRequest.getContextPath()+ "/ReportWriterServlet")%>
and its failing. Is there any thing I am missing. Do I need to configure any thing on Consumer Portal. I know there is something called as ResourceProxy servlet in wps ear which is responsible for calling such invocations. But i have no clue why it is not
working. Help and suggesations required.
|
|