how to start jasperserver after buliding jasperserver source code through ant ?

I want to know how to build the jasperserver code and make changes in it .

where the final jasperserver file is stored after building the source code .

how to start my jasperserver ?

gopalmehakare's picture
Joined: Mar 23 2017 - 12:11am
Last seen: 3 years 1 week ago

1 Answer:

Hello,

after you've done building the project you should get the WAR archive. You'll need to deploy that WAR archive to an application server of your choice following the Installation Guide section about WAR files. In short you'll need to use buildomatic tool that will create the databases for the JasperServer, fill them with required info, configure the WAR file and deploy it to the application server. Once deployment is successful you'll need to launch application sever and access the application from your browser

Friendly User's picture
Joined: Oct 8 2009 - 5:59am
Last seen: 1 week 4 days ago
Feedback
randomness