The SkyVault Web Editor distribution consists of a single zip file named SkyVault-enterprise-webeditor-5.0.4.zip.
- Shut down your SkyVault server.
- Browse to the SkyVault download area.
- Download the SkyVault-enterprise-webeditor-5.0.4.zip file.
- Deploy the awe.war file into the same application server instance as the SkyVault repository.
- Copy the SkyVault-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 SkyVault server.