Jump to content

Installing JasperServer (3.5.0-CE) on MSSQLServer?


bmueller

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Here is my own Guide:

 

You need maven, jasperserver-<ver>-src.zip, jasperserver-<ver>-bin.zip

and the files in the installfiles-JasperServer-SQLServer.zip

 

Modify the files from my zip file as needed and include your jdbc driver.

(see the readme.txt files for details)

 

Create a database with the name you configured and than run these commands in <js-src>

jasperserverbuildomatic

 

js-ant build-ce

js-ant build-js-ddl-ce

js-ant init-js-db-ce

js-ant deploy-webapp-ce


All commands should be succesful

Now you need some users and roles, use the js-import tool to import your files.

This should work for every version of SQLServer that is supported by your JDBC driver.

 



Post Edited by bmueller at 07/22/2009 06:26



Post Edited by bmueller at 07/22/2009 06:28
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...