There are user cases when they need to install JReport Server into application servers in the cloud and may not even own a machine of the type they are installing to. For example you use Tomcat on Linux in a cloud environment but only have Windows machines available locally. You can then install JReport server on Windows, make a war file and then deploy it to the Tomcat on Linux.
makewar.bat -Dreporthome=/opt/reporthome
jreport.war/WEB-INF/lib
directory.http://<host>:8080/
, deploy the WAR. 8080 is the default port of Tomcat and suppose it works. http://<host>:8080/jreport/admin
, go to the Data tab on the system toolbar, configure the server database for System DB/realm DB/Profiling DB. It shouldn't be Derby.http://<host>:8080/jreport
to see if you can run reports.