cancel
Showing results for 
Search instead for 
Did you mean: 

get a .jsp file as an output from alfresco Enterprise 2.2wcm

preetpalsinghbi
Champ in-the-making
Champ in-the-making
Hi,
  I was trying to get a .jsp file output when i create my content using the alfresco Enterprise 2.2 wcm.
I could get the .jsp output in the 2.9 community version by changing the mimetype-map.xml file, but the Enterprise version doesn't have this file. May be it manages the mimetypes in some another  manner.

could you be able to tell me how can i achieve this using the Enterprise version?

thanks,
Preetpal.
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
If you're using renditioning templates (Freemarker or XSLT), specify that the output filename has an extension of ".jsp" and that should be it.  More details on output filenames live at http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Form_Deployment_Configuration.

Cheers,
Peter

vijay_alfresco
Champ in-the-making
Champ in-the-making
In the output path of your renedition template you can remove ${extension} and put .jsp, thats it.