By: Muralidhar bp - pmurli
how to configure jasper reports with weblogic
2003-01-08 06:58
Hello,
I have to configure jasperreports with weblogic 6.1.
Please help me to configure and also to deploy the reports on the web.
Thanx in advance
Rgds
Murli
By: Teodor Danciu - teodord
RE: how to configure jasper reports with weblogic
2003-01-10 05:03
Hi,
The "webapp" sample should work on any Java
web server without any special configuration.
You can use the "ant war" command to produce
a war file that you could deploy on weblogic.
I hope this helps.
Teodor
By: Erich Kilmer - ekilmer
RE: how to configure jasper reports with weblogic
2003-02-21 06:27
I used ant to build the war file (in demo/samples/webapp directory do: ant -verbose war). This builds the jasper-webapp.war.
Copy this to your weblogic directory. Mine is d:\bea7.0\user_projects\<your domain name here>\applications.
Copy the jasper-webapp.war there and restart WebLogic.
I have a copy of WebLogic running on my PC so to access the Jasper webapp demo I just type into my browser: http://localhost:7001/jasper-webapp/index.html and the demo is there!
Good luck.
how to configure jasper reports with weblogic
2003-01-08 06:58
Hello,
I have to configure jasperreports with weblogic 6.1.
Please help me to configure and also to deploy the reports on the web.
Thanx in advance
Rgds
Murli
By: Teodor Danciu - teodord
RE: how to configure jasper reports with weblogic
2003-01-10 05:03
Hi,
The "webapp" sample should work on any Java
web server without any special configuration.
You can use the "ant war" command to produce
a war file that you could deploy on weblogic.
I hope this helps.
Teodor
By: Erich Kilmer - ekilmer
RE: how to configure jasper reports with weblogic
2003-02-21 06:27
I used ant to build the war file (in demo/samples/webapp directory do: ant -verbose war). This builds the jasper-webapp.war.
Copy this to your weblogic directory. Mine is d:\bea7.0\user_projects\<your domain name here>\applications.
Copy the jasper-webapp.war there and restart WebLogic.
I have a copy of WebLogic running on my PC so to access the Jasper webapp demo I just type into my browser: http://localhost:7001/jasper-webapp/index.html and the demo is there!
Good luck.
0 Answers:
No answers yet