In the Community Edition, if you encounter a security problem launching the Workflow Designer with the message "Java applications are blocked by your security settings", this is due to security changes introduced in Java 7 Update 51 onwards for self-signed certificates. There are several solutions for this:

  1. Add the Joget URL to the Java Exception Site List; or
  2. Reduce the Java Security Level (highly unrecommended for security reasons); or
  3. Download and install the Enterprise Edition. Copy jwdesigner.war from apache-tomcat/webapps from the Enterprise Edition to replace the one in the Community Edition; or
  4. Build jwdesigner.war from source and sign it with your own certificate.

Note that the Workflow Designer in the Enterprise Edition is not affected by this as it fully signed and supported by the Joget Team.

  • No labels