Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BirtPOJO Viewer WebLogic Deployment"

(New page: {{Backlink|BIRT Project}} __TOC__ ==BIRT POJO Viewer WebLogic Deployment== Install and Deploy Steps 1. Download the BIRT Runtime and extract the contents.<br> 2. Copy commons-logging-api...)
 
Line 15: Line 15:
 
c) Click Install button in right pane.<br>
 
c) Click Install button in right pane.<br>
 
[[Image:BIRTPOJOViewerWebLogic.jpg]]<br>
 
[[Image:BIRTPOJOViewerWebLogic.jpg]]<br>
d) Click “upload your files” link to upload birt.war.
+
d) Click “upload your files” link to upload birt.war.<br>
e) Click on birt.war in application list, click Next.
+
e) Click on birt.war in application list, click Next.<br>
f) Click on “Install this deployment as an application”, click Next and then click Finish.
+
f) Click on “Install this deployment as an application”, click Next and then click Finish.<br>
g) Click Activate Change button in Change Center.
+
g) Click Activate Change button in Change Center.<br>
h) Return to the Deployments page, select birt.war and press Start->Servicing all requests.
+
h) Return to the Deployments page, select birt.war and press Start->Servicing all requests.<br>
i) Open browser to birt application (eg http://host:7001/birt/index.jsp)
+
i) Open browser to birt application (eg http://host:7001/birt/index.jsp).<br>

Revision as of 12:43, 17 June 2011

< To: BIRT Project

BIRT POJO Viewer WebLogic Deployment

Install and Deploy Steps

1. Download the BIRT Runtime and extract the contents.
2. Copy commons-logging-api.jar into WebViewerExample/WEB-INF/lib
3. WAR WebViewerExample directory and rename to birt.war
4. Start WebLogic Server.
5. Open WebLocic console (eg http://host:7001/console).
6. Deploy BIRT through console.
a) Click Deployments menu in Domain Structure.
b) Click Lock & Edit butoon in Change Center.
c) Click Install button in right pane.
BIRTPOJOViewerWebLogic.jpg
d) Click “upload your files” link to upload birt.war.
e) Click on birt.war in application list, click Next.
f) Click on “Install this deployment as an application”, click Next and then click Finish.
g) Click Activate Change button in Change Center.
h) Return to the Deployments page, select birt.war and press Start->Servicing all requests.
i) Open browser to birt application (eg http://host:7001/birt/index.jsp).

Back to the top