Is there a way to force Jaspersoft to use a different folder other than c:\users\username when it is installed to house the various Jaspersoft license and config files? I tried using the -Duser.home path but JS fails to load unless it is in the users folder.
My goal is to be able to have the files placed in a central location to remove the named user aspect out of the equation.
Thank you in advance for your time.
2 Answers:
Check the following page in the documentation. I usually use "-Djs.license.directory=<js-install>"
http://community.jaspersoft.com/documentation/jasperreports-server-insta...
http://community.jaspersoft.com/documentation/jasperreports-server-insta...
And the parameter -Djs.license.directory must be set.
You can override it as parameter of JVM :
JAVA_OPTIONS=%JAVA_OPTIONS% -Djs.license.directory
Please specify your Web application. Tomcat 7?