> HTTP Status 404 - /myproj/WEB-INF/pages/products.faces
Note that resources inside of WEB-INF are not served directly from URLs.
This could be a problem for you.
What does your web.xml look like?

Signature
Chris Smith - Lead Software Developer / Technical Trainer
MindIQ Corporation
timasmith@hotmail.com のメッセージ:
> HTTP Status 404 - /myproj/WEB-INF/pages/products.faces
>
[quoted text clipped - 39 lines]
>
> I am at a loss without a good nights sleep...
In a typical Web app, your 'pages' directory shoud be a sibling of
WEB-INF, not a child of it.
Or, more typically, page resources are usually put in the root
directory, which is 'myproj'.
timasmith@hotmail.com - 15 Aug 2006 16:54 GMT
Ahh thank you thank you to you and Chris
> timasmith@hotmail.com のメッセージ:
>
[quoted text clipped - 45 lines]
> Or, more typically, page resources are usually put in the root
> directory, which is 'myproj'.