You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Roy Braam edited this page Nov 8, 2013
·
4 revisions
How to configure Flamingo to use 3rd party components.
First we need a directory with 3rd party components. For example: "/my-flamingo-components"
There you need to add a 'components.json' (with al the metadata for the new components) and all the .js files that implement the component functions.
Next we need to configure the Tomcat where Flamingo is running to overwrite the components path.
Go to "CATALINA_BASE/conf/Catalina/localhost/viewer.xml"
There add the following parameter:
<Parameter name="componentregistry.path" value="/viewer-html/components,/my-flamingo-components" override="false"/>