Loading... Cancel

Huh!! - SparkWeb - how to install your trail license R

July 19th, 2007

I belief, i am one of those dump users who didn’t find the direction where to put the enterprise license file. after giving  few minutes try i just went through my old style, decompile LicenseManager, and lets try to find where the “enterprise.license” file is going to be checked out.

i found the following code -

licenseFile = new File((new StringBuilder()).append(JiveGlobals.getHomeDirectory()).append(File.separator).append(”enterprise”).append(File.separator).append(”enterprise.license”).toString());

thats mean, it looks the “enterprise.license” file under the ${openfire.root}/enterprise/ directory.

damn, :) now my SparkWeb is working.

best wishes,