Good Morning :-)

I want to include a simple jsp page (not a template) into my magnolia project.

I tried to put an "example.jsp" into the "/docroot" folder and into the "/templates/jsp" folder. When I call the pages in the browser, only the jsp located in "/templates/jsp" will be executed:

http://localhost:8080/magnoliaAuthor/templates/jsp/example.jsp -> java code executed

http://localhost:8080/magnoliaAuthor/docroot/example.jsp -> java code not executed (just shows blanc jsp code in browser)

Is there something like a different configuration for the two folders?

My question: Is it possible to configure the "docroot" folder to execute jsp pages? I want to put there a couple of jsp pages that have nothing to do with magnolia. It would not be nice to put them to the templates folder - they just are not templates.

As far as I know it is tomcat standard that jsp pages will always be executed whereever they are located (except for the WEB-INF folder).

Thanks in advance,
Bernd

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to