Deployment on Weblogic
From JPPF 6.0 Documentation
|
Main Page > J2EE Connector > Deployment > Deployment on Weblogic |
1 Deploying the resource adapter
- in Weblogic console, go to "Deployments"
- click on "Lock & Edit"
- click "Install"
- navigate to the "jppf_ra_Weblogic.rar" file and select it
- click "Next"
- click "Next"
- click "Finish"
- click "Activate Changes"
- in the list of deployments, check "jppf_ra_Weblogic"
- select "Start > Servicing all requests"
- Click "Yes"
- the state of the resource adapter must now show as "Active"
- restart the application server
Note: In the Weblogic output console, you will probably see periodic messages saying that 2 threads are stuck. These warnings are harmless. The related threads are required by the JPPF resource adapter and should not be interrupted. The period of these warnings is determined by a setting of the Weblogic instance called "Stuck Thread Timer Interval", set to 60 seconds by default. Consult with your administrator if you need to change that interval.
2 Deploying the demo application
- in Weblogic console, go to "Deployments"
- click on "Lock & Edit"
- click "Install"
- navigate to the "JPPF_J2EE_Demo_Weblogic.ear" file and select it
- click "Next"
- click "Finish"
- click "Activate Changes"
- in the list of deployments, check "JPPF_J2EE_Demo_Weblogic"
- select "Start > Servicing All Requests"
- Click "Yes"
- the state of the demo application must now show as "Active"
- restart the application server
Main Page > J2EE Connector > Deployment > Deployment on Weblogic |