Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The base url can contain the following replacement properties.

Property Name

Description

\ ${groupId}

replaced with the groupId of the application being deployed

\ ${artifactId}

replaced with the artifactId of the application being deployed

\ ${version}

replaced with the version of the application being deployed

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="db86ff410b2dadd6-a4be4609-44584f3e-9924b8cc-cc75a85ca5e729b947e4d0ef"><ac:plain-text-body><![CDATA[

\ ${app.[paramName]}

replaced with the parameter value with key 'paramName' of the application being deployed

]]></ac:plain-text-body></ac:structured-macro>

...

  1. Start off by making sure you have network access between the Moves Server and the Container you wish to deploy to. (For non-local deployments you will need the IS&T infrastructure team to complete these steps).
    1. open a shell on the machine where Moves is running.
    2. cd to the ORACLE_HOME folder for this machine (typically /home/oracle/product/10.1.3/j2ee/home)
    3. Wiki Markup
      type *java -jar admin_client.jar \[deployerUrl] \[oc4j-admin-username] \[oc4j-admin-password] -listApplications*. You should see a list of zero or more applications. *You MUST be able to execute this step without getting errors before even bothering returning to Moves!!!* The most common sources of error here are no network connection (firewall or ipconfig issues), bad usernames/passwords, incorrect deployer urls.
    4. Upon completion of this step, make a note of the deployerUrl, oc4j-admin-username and oc4j-admin-password.
  2. For the environment type that you will be using, verify that the oracle username and password found in the previous step are correctly set up in the properties file. See Moves Property File settings, specifically the section 'Oracle Application Server usernames and passwords'.
  3. On the Administration->Stacks->Container page, make sure the environment type is correctly set, and that the deployerUrl matches the previous step.
  4. Save the container, and click on the "container ping" icon for that container ( Image Added ). The page should list the same applications as were listed in the prior step. If you get errors with this page, go back and verify everything in the prior steps.

Anchor
Applications
Applications

...

Applications represent web apps (.war or .ear applications) that can be deployed to a container. (TODO: discuss the optional and required parameters in more detail) Application configuration is used to

  1. Find released applications in maven
  2. Deploy applications to a container
    The following screen shot shows the parameters used for the Template Web Application.
    Image Added

Anchor
RemovingArtifacts
RemovingArtifacts

Removing Artifacts

TODO: removing artifacts is not implemented through the UI yet.
A utility exists within the Moves Application for deleting old Log and File entries. Simply select a date and click submit. Artifacts/Logs older than this date will be removed.