| Author |
Jasper Report on server
|
Jose Campana
Ranch Hand
Joined: May 28, 2007
Posts: 339
|
|
Hello there Ranchers! I wonder if I could trouble you with a Question I have about jasper reports. Here it goes: How can I place my compiled jasper report(the .jasper file) on a server? I can generate jasper reports placing my .jasper file in a directory in a local machine, But I need to know how to place it on the Internet. So that I can Deploy it as part of my war file Is this possible? How can I accomplish it? Please help me. Thanks in advance Jose!
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8209
|
|
|
I will move this to our "Other Open Source Projects" forum, where you might get an answer.
|
[My Blog] [JavaRanch Journal]
|
 |
Jose Campana
Ranch Hand
Joined: May 28, 2007
Posts: 339
|
|
Thank you! I hope somebody can help me !
|
 |
Eugene Abarquez
Ranch Hand
Joined: May 18, 2006
Posts: 211
|
|
|
You just place your jasper file inside the classpath of your project directory and package it with your war file. Then you just deploy the war in the server. Of course you have to properly reference the jasper file with the correct path.
|
There's so much to learn in this industry, and not everybody has the necessary interest.
|
 |
Jose Campana
Ranch Hand
Joined: May 28, 2007
Posts: 339
|
|
Good Day to everyone reading this post! Sorry I didn't reply earlier, Yesterday I solved the problem. you were right, I just to place the .jasper file in the classpath directory of my application, and BINGO ! it worked just fine. Once again, thank you very much for your time, Good luck Ranchers !
|
 |
 |
|
|
subject: Jasper Report on server
|
|
|