rajiv verma wrote:
Hi,
I want to place my JSPs under the WEB-INF directory[login directory].
How ths struts-config entries should look in this case.
If I try to add the following forward--entry:
But, this by default looks everything under the context[root].
Any solution to this? I know there
1. Files under WEB-INF cannot be accessed directly from outside, that
is, from browser
2. Redirect generates a new browser request to the server
So, the answer is "not possible" in your current configuration.
JSP generally should not be accessed from outside, they should be
forwarded to from an a
2 matches
Mail list logo