cancel
Showing results for 
Search instead for 
Did you mean: 

Web Editor Install

gpoplawski
Champ in-the-making
Champ in-the-making
For the instructions below, where is WEB-INF/lib folder?  Under tomcat/webapps or somewhere else.  Also, where is the Alfresco repository and JSP page that I need to put files/update?  I have an install on Windows.

h    Shut down your Alfresco server.
    Download the alfresco-enterprise-webeditor-3.4.4.zip file.
    Deploy the awe.war file into the same application server instance as the Alfresco repository.
    Copy the alfresco-webeditor-taglib.jar file to the WEB-INF/lib folder of your application.
    To include the tag library in your application, add the following tag library declaration to your JSP page:
    <%@ taglib uri="http://www.alfresco.org/tags/awe" prefix="awe" %>
    Once the tag library is declared, you can use the startTemplate, endTemplate and markContent tags within your application.
    Restart your Alfresco server.
1 REPLY 1

bremmington
Champ on-the-rise
Champ on-the-rise
Those instructions assume that you are building a JSP-based webapp that is using content from an Alfresco repository, and that you want to make use of the Web Editor functionality to edit that content.

In this scenario, the WEB-INF/lib folder mentioned is that of your webapp. For this particular set-up, you should have at least three webapps in your Tomcat instance: alfresco.war, awe.war, and your own webapp (with the Web Editor taglib installed in it).