Skip to content

Commit

Permalink
ACF 11 apparently needs this :/
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Jul 19, 2023
1 parent 56ae2a6 commit 8218ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/runwar/RunwarConfigurer.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void configureServerResourceHandler(DeploymentInfo servletBuilder) {
String cfusionDir = new File(webInfDir,"cfusion").getAbsolutePath().replace('\\', '/');

if (cfengine.equals("adobe") || cfengine.equals("") && new File(cfusionDir).exists()) {
/* String cfformDir = new File(webInfDir,"cfform").getAbsolutePath().replace('\\', '/');
String cfformDir = new File(webInfDir,"cfform").getAbsolutePath().replace('\\', '/');

final String cfClasspath = "%s/lib/updates,%s/lib/,%s/lib/axis2,%s/gateway/lib/,%s/../cfform/jars,%s/../flex/jars,%s/lib/oosdk/lib,%s/lib/oosdk/classes".replaceAll("%s", cfusionDir);
final HashMap<String,String> cfprops = new HashMap<>();
Expand All @@ -78,7 +78,7 @@ void configureServerResourceHandler(DeploymentInfo servletBuilder) {
LOG.tracef("Setting %s = '%s'", k, v);
});
}
*/

// Hide error messages about MediaLib stuff
System.setProperty("com.sun.media.jai.disableMediaLib", "true");
cfengine = "adobe";
Expand Down

0 comments on commit 8218ab7

Please sign in to comment.