Title: Can't place JSP beneath WEB-INF in WebLogic 6.0
I have to tell you, in iPlanet app server 6.0 SP2, JSPs under WEB-INF are accessible from the browser
by typing something like: http://host/NASApp/appname/WEB-INF/some.jsp.  I tought the container where supposed to protect JSPs placed there?
 
Andre
-----Original Message-----
From: Luna, Katherine [mailto:[EMAIL PROTECTED]]
Sent: August 31, 2001 9:03 AM
To: [EMAIL PROTECTED]
Subject: Can't place JSP beneath WEB-INF in WebLogic 6.0


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

Reply via email to