Alfresco,
I would like to store a JSP file in Alfresco, no problems here but there is no content type to support this. I tried plain text, octet stream, HTML, etc. but they all open the file without parsing the JSP.
Tomcat is a JSP engine so it should be possible to parse this, isn't it?
I just want to store a file in Alfresco and provide a direct link to this file. If the user is logged in, the file is parsed and shown to the user.
Can I do this?