I'm new to JSF and everything works ok if I put my jsp files in my webroot (and call them via the .faces extension).
But if I want to put my jsp files in a WEB-INF/jsp folder it can't find my jsp files. (which of course is kinda logical) I still want them to be available via the same URL.
So how can I define a different jsp folder in JSF?
Thanks!
Zack Marrapese
Greenhorn
Joined: Jul 02, 2008
Posts: 27
posted
0
You can still access any folder that's in your web content folder by making the URL reflect the file structure.