Anyone ever deployed to Elastic Beanstalk? It should be theoretically possible, however I can't figure out how it will work with the pro version because the jasper license must be in an absolute directory (-Djs.license.directory).
1 Answer:
Posted on July 30, 2013 at 5:05am
JasperReports Server looks for the license file in three places: the WEB-INF folder, the user's home directory, and any arbitrary location specified by the -Djs.license.directory JAVA_OPTS setting. You can set this directory to whatever you want, and I presume you could also use a variable instead of an explicit directory.
You can learn more about license file management on Linux here:
http://www.jaspersoft.com/scorm_data/InstallingJasperReportsServer5forLi...
Mary Flynn
Jaspersoft