In "hybris", which folder should JSP page be placed or created in yacceleratorstorefront?

In "hybris", which folder should JSP page be placed or created in yacceleratorstorefront?
You have to place it in pages
folder because the VIEW-RESOLVER
property is set to look in the pages
folder.
The tag
file is a template which can be used in multiple pages. For example you have the same footer, it would be to hard modify it every time in each page, instead, you can create a tag called footer.tag
maybe, and include it in your jsp
pages.