The moose likes Portals and Portlets and the fly likes Resource not found  404 error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Resource not found  404 error" Watch "Resource not found  404 error" New topic
Author

Resource not found 404 error

Ayub ali khan
Ranch Hand

Joined: Oct 20, 2005
Posts: 378
    
    2
Hi,

I am getting JSPG0036E: Failed to find resource /.IncludeTest/page1.jsp error when I am trying to clude page1.jsp in my portlet.

Below is the code:


<f:view>
<jsp:include page='<%=renderResponse.encodeURL(renderRequest.getContextPath() + "/page1.jsp")%>'/>

</f:view>

page1.jsp is present in WebContent folder. However its not being detected.
.IncludeTest is the context root of the project.

Could any one point whats the issue ?

--Ayub


SCEA part I,TOGAF Foundation
Ayub ali khan
Ranch Hand

Joined: Oct 20, 2005
Posts: 378
    
    2
normal jsp include resolved the issue.

<jsp:include page="include.jsp" />

Thank you.

Ayub
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Resource not found 404 error
 
Similar Threads
Am I misunderstanding the basics of JSF 2.0?
welcome-file tag in DD
Hoto include JSP page in JSF
Creator 2 and Ajax4JSF
linking jsp pages in a liferay portlet