In which folder should you put custom mediator in the EI distribution?
If your Class mediator is a regular non-OSGI JAR file, copy it into the /repository/classmediators directory.
Both a and c are correct.
If you develop your mediator as a OSGI bundle, copy jar file into /dropins directory.
If your mediator is a regular non-OSGI JAR file, copy it into the \lib directory.
Submit