Bookmark and Share Share

Deploying Macro Libraries in an EMML Engine

Once you have all the macros in a macro library tested, you must deploy the library in each EMML Reference Runtime Engine where mashups will use the library. You can either:

  • Copy individual macro library files to the web-apps-home/emml/WEB-INF/classes folder.

  • Add the macro libraries into a JAR and copy the JAR file to the web-apps-home/emml/WEB-INF/lib folder.

Note: in previous releases, you also needed to retart the EMML Reference Runtime Engine for new macro libraries to be accessible. This is no longer required.

Libraries should be added directly to these folders. Do not place them in subfolders or use folders in the JAR file.