Other people have mentioned this to me. Someone should get a response
from BEA.
> "Luna, Katherine" wrote:
>
> Hi all.
>
> After reading the new Struts Catalogue, I would like to move all my
> jsp's beneath WEB-INF. However, as soon as I do that, WebLogic can't
> seem to find them.
>
> My struts-config.xml looks like this:
> <!-- Process a user logon -->
> <action path="/logon"
>
> type="com.emergis.cvconlinereport.logon.LogonAction"
> name="logonForm"
> scope="request"
> input="/logon.jsp">
> <forward name="success"
> path="/WEB-INF/pages/reportSearch.jsp"/>
> <forward name="failure" path="/logon.jsp"/>
> </action>
>
> where login.jsp was the entry page (located at the root of the app)
> and all other pages are now in WEB-INF/pages
>
> The server log file doesn't show any errors, but I get a 404 NotFound
> error instead of reportSearch.jsp
> Is there something else I need to configure to tell WebLogic 6.0 to
> look beneath WEB-INF for the jsp pages?
>
> Thanks!
>
> kat