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:

<forward name="success" path="/login/welcome.jsp" redirect="true"
contextRelative="false" />
But, this by default looks everything under the context[root].
Any solution to this? I know there is forward pattern, I was trying to
make use of it, but does not seem to work.
Thanks,
Rajiv

Have you tried with a path of /WEB-INF/login/welcome.jsp and redirect set to false? As Michael points out you wont be able to do this using redirects, but forwards should work OK.

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/~laurie/


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

Reply via email to