Re: Forward path entry in Struts-config

2005-07-14 Thread Laurie Harper
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

Re: Forward path entry in Struts-config

2005-07-14 Thread Michael Jouravlev
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