You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shale.apache.org by bvalentine <bj...@yahoo.com> on 2007/03/04 20:01:07 UTC

JSPs under /WEB-INF?


It seems that my jsps can't be found when placed under WEB-INF.

I have an index.jsp with the following line in it:

<jsp:forward page="/jsp/login.faces"/>

This results in a 404 with the following msg:

"The requested resource (/pc.webapp/jsp/login.jsp) is not available."

The forward does work if I move the login.jsp outside of WEB-INF (and change
the paths of course).

Any ideas?

Thanks,
Ben
-- 
View this message in context: http://www.nabble.com/JSPs-under--WEB-INF--tf3343536.html#a9299030
Sent from the Shale - Dev mailing list archive at Nabble.com.


Re: [DialogContextManager] JSPs under /WEB-INF?

Posted by bvalentine <bj...@yahoo.com>.
Thanks for the help, Niall.  I'll get future posts into the correct list.


Niall Pemberton-2 wrote:
> 
> This is a question for the user list - this "dev" list is for
> discussing the development of Shale:
> 
>    http://shale.apache.org/mail-lists.html
> 
> Also searching the mail archives is always a good policy before
> posting a question - I believe this has the answer to your question:
> http://tinyurl.com/27jhk7
> 
> For details of Shale filtetering see http://tinyurl.com/2f76es
> 
> Niall
> 
> On 3/4/07, bvalentine <bj...@yahoo.com> wrote:
>>
>>
>> It seems that my jsps can't be found when placed under WEB-INF.
>>
>> I have an index.jsp with the following line in it:
>>
>> <jsp:forward page="/jsp/login.faces"/>
>>
>> This results in a 404 with the following msg:
>>
>> "The requested resource (/pc.webapp/jsp/login.jsp) is not available."
>>
>> The forward does work if I move the login.jsp outside of WEB-INF (and
>> change
>> the paths of course).
>>
>> Any ideas?
>>
>> Thanks,
>> Ben
>> --
>> View this message in context:
>> http://www.nabble.com/JSPs-under--WEB-INF--tf3343536.html#a9299030
>> Sent from the Shale - Dev mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/JSPs-under--WEB-INF--tf3343536.html#a9325200
Sent from the Shale - Dev mailing list archive at Nabble.com.


Re: JSPs under /WEB-INF?

Posted by Niall Pemberton <ni...@gmail.com>.
This is a question for the user list - this "dev" list is for
discussing the development of Shale:

   http://shale.apache.org/mail-lists.html

Also searching the mail archives is always a good policy before
posting a question - I believe this has the answer to your question:
http://tinyurl.com/27jhk7

For details of Shale filtetering see http://tinyurl.com/2f76es

Niall

On 3/4/07, bvalentine <bj...@yahoo.com> wrote:
>
>
> It seems that my jsps can't be found when placed under WEB-INF.
>
> I have an index.jsp with the following line in it:
>
> <jsp:forward page="/jsp/login.faces"/>
>
> This results in a 404 with the following msg:
>
> "The requested resource (/pc.webapp/jsp/login.jsp) is not available."
>
> The forward does work if I move the login.jsp outside of WEB-INF (and change
> the paths of course).
>
> Any ideas?
>
> Thanks,
> Ben
> --
> View this message in context: http://www.nabble.com/JSPs-under--WEB-INF--tf3343536.html#a9299030
> Sent from the Shale - Dev mailing list archive at Nabble.com.
>
>