Deployment on Websphere
From JPPF 6.2 Documentation
|
Main Page > J2EE Connector > Deployment > Deployment on Websphere |
1 Deploying the Resource Adapter
- in WAS console, go to "Resources > Resource Adapters > Resource adapters"
- select scope = "Node"
- click "Install RAR"
- in the "Install RAR file" page, browse to the "jppf_ra_Websphere.rar" file
- click "Next"
- click "OK"
- click "Save directly to the master configuration"
2 Creating a connection factory
- in the list of resource adapters, click on "JPPF"
- in "Additional Properties", click on "J2C connection factories"
- click on "New"
- enter "JPPF Connection Factory" for the name and "eis/JPPFConnectionFactory" for the JNDI name, leave all other parameters as they are
- click "OK"
- click "Save directly to the master configuration"
- Restart the application server
3 Deploying the demo application
- in Websphere console, go to "Applications > Enterprise Applications"
- click on "Install"
- browse to the file "JPPF_J2EE_Demo_Websphere.ear"
- select "Prompt me only when additional information is required".
- click "Next"
- step 1: click "Next"
- step 2: check module "jppftest"
- click "Next"
- step 3: select "None" for the authentication method
- check the "jppftest" module and enter "eis/JPPFConnectionFactory" as Target Resource JNDI Name
- click "Next"
- step 4: check the "jppftest" module and keep "default_host" as the Virtual host
- click "Next"
- step 5: click "Finish"
- click "Save directly to the master configuration"
- in the list of enterprise applications, check "JPPF Demo"
- click on "Start"
- restart the application server
Main Page > J2EE Connector > Deployment > Deployment on Websphere |