Check that solution [1], is better and should works for any kind of
servlet container; putting files under WEB-INF is not always good
because there isn't strict specification to protect files under
WEB-INF - it works for Tomcat but I don't know if it does for others.
[1] http://www.java-samples.co
Put you pages under web-inf
On May 15, 2009, at 1:36 PM, Timothy Orme
wrote:
Hello All,
I'm in the process of migrating pages from JSP's using snippets
to struts actions. I'm wondering how people have disabled access to
JSP's so that they cannot be accessed outside of the action a
Ah perfect, I was not aware this was the case. Thanks!
Jim Kiley wrote:
Put the JSP under /WEB-INF -- it is accessible to Struts routing but not
directly viewable by end clients.
jk
On Fri, May 15, 2009 at 2:36 PM, Timothy Orme
wrote:
Hello All,
I'm in the process of migrating pages f
Put the JSP under /WEB-INF -- it is accessible to Struts routing but not
directly viewable by end clients.
jk
On Fri, May 15, 2009 at 2:36 PM, Timothy Orme
wrote:
> Hello All,
>
>I'm in the process of migrating pages from JSP's using snippets to
> struts actions. I'm wondering how people
4 matches
Mail list logo