Thanks,Matt!
I work with Tomcat 5.0 and I do need to access files in the Web-inf folder.
Would you tell me,how can i manage to do that?
Thank you again.


        


>Do you run this through apache or other http server?
>
>The reason that I ask is that the jsp file could have restricted access from
>the outside world because it is in the WEB-INF folder.
>
>As a pointer, I wouldn't put you want to be seen by the outside world under
>the WEB-INF folder.  You need to keep this for config files, java files/jars
>etc etc, because in the future you would want to block any http traffic from
>seeing this.
>
>Matt
>
>----- Original Message -----
>From: "bjyang_dream" <[EMAIL PROTECTED]>
>To: "tomcat-user" <[EMAIL PROTECTED]>
>Sent: Friday, April 09, 2004 9:20 AM
>Subject: can iframe include files in web-inf folder?
>
>
>> 1.in my jsp page information.jsp I do this:
>>  <iframe width="100" height="400" frameborder="1" scrolling="Auto"
>src="/web-inf/test.jsp">
>>   but when the Tomcat 5.0 just tell me that such page is not available.
>> 2.Then i try another way.
>>   i created another page called import page,in this page:
>>   <c:import url="${HTMLUrl}"/>
>>   <jsp:include page="information.jsp" >
>>   Here HTMLUrl comes from my Struts Action,and refer the URL in want to
>import in
>>   the iframe.
>>   This time,I do get it worked and have HTMLUrl page in the iframe,The
>problem
>>  is when the HTMLUrl has changed,The page in the iframe didn't changed at
>the
>>  same time.
>>    I use <c:out value="${HTMLUrl}"/>,i can see this also changed.
>>
>>   Hoping someone to help me,Thank you very much!
>>
>>
>>         dream_and_yang
>> [EMAIL PROTECTED]
>>           2004-04-09
>>
>>
>>         bjyang_dream
>> [EMAIL PROTECTED]
>>           2004-04-09
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

= = = = = = = = = = = = = = = = = = = =



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to