Have .jsp
file under /components
path looks like:
http://localhost:4502/apps/project-name/components/my-component/one.jsp
Is it possible get HTML
content of this one.jsp
by url without creating content node?
something like:
http://localhost:4502/apps/project-name/components/my-component/one.HTML
the .html
content is needed for further rendering.