Skip to content

nancom/SpringBirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

-= Pre requisit software =-

  1. java sdk download from http://www.oracle.com/technetwork/java/javase/downloads/index.html

2. apache maven 3.0.x download from http://maven.apache.org/
3. apache tomcat 7.x download from http://tomcat.apache.org/
4. Git client [if need]

-= Get Sources code=-
1. use git client get source code from command "git clone git://github.com/nancom/SpringBirt.git" to disire derectory
or
Download from Zip button

-= Configuration =-
1. change tomcat 7.x http port
edit file conf/server.xml
modify line
``` ```
to ``` ```
2. edit file conf/tomcat-users.xml
add line ```xml ```

-= Run SpringBirt =-
1. Start tomcat 7.x first
2. open terminal and go to SpringBirt directory
3. input command "mvn clean compile package cargo:redeploy"
4. after process finish open web browser and input "http://localhost:8014/SpringBirtReport"
5. !! Enjoy !!
* if you nee to add new report (.rptdesign files) place into src/main/resources/Reports/ directory and run command
"mvn clean compile package cargo:redeploy" for redeploy again

About

SpringBirt sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages