Tuesday, August 16, 2016

Ephox editor and application.conf in custom path

One of steps required configuring Ephox editors is create an application.conf file that must be placed in one of following path depending on the OS


  • linux       /opt/ephox/application.conf 
  • windows WAS_INSTALLATION_DRIVE:\opt\ephox\application.conf

Some weeks ago i was working on customer with an organization policy that enforce a different path for disk mount so i supposed to not use /opt/ephox/ path then i found a workaround using generic JVM argument where you can provide the right config for your environment like 


-Dephox.allowed-origins.origins.1=http://wcm-8-5.yourdomain 

If you need more details read this page about this configuration on step 2

No comments:

Post a Comment