...
indent |
---|
Help is available by sending an email to [mailto:csf-support@mit.edu] |
Panel | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DownloadFor MAC users:
Unzip/untar the binaries to a new folder
Install and ConfigureDownload the serverTrustStore.jks and save it to a new folder
![]()
Code Block |
For MAC users: You can now download a nice plugin that helps you manage your system environmental variables. The plugin, RCEnvironment, is a preference pane for MacOS X 10.1 or higher that allows editing of a user's
Verify the Maven installation by opening a CMD window and typying the command line: mvn --version. If everything is correct, something similar to the following should be displayed: indent | | 2 | 2 |
\\ \\ # Verify the Maven installation by opening a CMD window and typying the command line: *mvn --version*. If everything is correct, something similar to the following should be displayed: \\ \\ {indent:2} Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) Java version: 1.6.0_27 Java home: C:\Program Files\Java\jdk1.6.0_27\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows" |
{indent} \\ # If the Maven installation has been verified in the above step, then initialize Maven by typing the command line: *mvn plugin::help |
*. Maven download will start and if everything download's correctly, something similar to the following should be displayed at the end of the download: |
\\ \\ {indent:2} \[INFO] ------------------------------------------------------------------------ \[INFO] BUILD SUCCESSFUL \[INFO] ------------------------------------------------------------------------ \[INFO] Total time: 58 seconds \[INFO] Finished at: Thu May 31 10:23:25 EDT 2012 \[INFO] Final Memory: 11M/981M \[INFO] ------------------------------------------------------------------------ |
{indent} \\ # Finally, [download the Maven settings.xml file|How to install Maven^settings.xml] to your *$\{user.home}/.m2* directory. |
Open the
\\ \\ Open the settings.xml file with a text editor. |
In the line:
\\ \\ ## In the line: \\ \\ {indent:2} *<oc4j.j2eeHome>/path/to/oc4j/j2ee/home</oc4j.j2eeHome>* |
{indent} \\ change the */path/to/oc4j/j2ee/home* to the actual path to your OC4J installation j2ee/home directory. |
In the line:
\\ \\ ## In the line: \\ \\ {indent:2} <oc4j.password>*XXXXXXXX*</oc4j.password> |
{indent} \\ change the *XXXXXXXX* to the password of the OC4J administrator (oc4jadmin) that you choose with you set up your OC4J standalone server. |
This is the password the is used to access the OC4J Admin Console.
\\
\\
|