You are here

Deploying the SkyVault Web Editor

  1. Shut down your SkyVault server.
  2. Browse to the SkyVault Enterprise download area.
  3. Download the SkyVault-enterprise-webeditor-4.2.7.zip file.
  4. Deploy the awe.war file into the same application server instance as the SkyVault repository.
  5. Copy the SkyVault-webeditor-taglib.jar file to the WEB-INF/lib folder of your application.
  6. 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.

  7. Restart your SkyVault server.