Lesson 5: Deploying the application components
To deploy the components in the application, run the application process on the new environment.
About this task
Procedure
- Open the application page by clicking Applications and then clicking the application name.
- In the same row as your environment, click the Request
Process
icon, as shown in the following figure. 
-
In the Process field, select the
Deploy JPetStoreprocess. -
Go to Choose Component Versions and click .
Make sure that version 1.0 is selected for each component, as shown in the following figure:You must select a version for each component; if you do not select a version, that component is not deployed.

- Review the deployment settings and click Submit.
Results


http://hostname:8081/JPetStoreDevThe
application shows a simple online shopping site in the form of a pet store. The
following figure shows the home page:

If the application process did not run successfully, one of the component
processes might have failed. In this case, the process is listed with a status of
Click View Output Log to look at the command-line
output log for each step in the process..
Failed. To troubleshoot this failed process, expand the log
section for the component, and find the step that failed:
If one of your component processes
did not complete, identify the step that did not complete. Verify that the
properties for that step are correct and that the steps are in the correct order in
the process. Then, run the application process again.
Note: If you run the
application process again, be sure to clear the Only Changed
Versions check box and select the versions of each component. If
you leave this check box selected, the server runs the component processes only
for components that have new versions.
This application process installed each of the components in the application by running their component processes.
Application processes can also uninstall or update components or run other configuration tasks for the application and its components.