The following 3 properties files are the be used solely and exclusively in the software development environment on an Educational Systems VM. They are NOT to be deployed to the development, test or production servers.
Please note that the .m2 directory cannot be created using Windows Explorer. To create the .m2 directory, you must open a cmd window, cd to the sais-common-conf directory and use mkdir to create the .m2 directory.
Open a cmd window and cd to the C:\tmp\movesbuild\build\sais-common-conf\.m2 directory. Type the following command:
Code Block
linkd repository c:\Users\esuser\.m2\repository
The above command will link your local maven repository to the directory C:\tmp\movesbuild\build\sais-common-conf\.m2\repository.
Warning
Do not delete or rename the repository directory. Deleting or Renaming the repository directory will delete your local maven repository. Unlink the repository directory before you delete or rename.
Tip
You can unlink the repostory directory with the following command:
Code Block
linkd repository /D
You must be in the .m2 directory when you execute the above command.
Download and install the settings.xml (right click on this link then select Save target as.... Navigate to the .m2 directory you've just created and click Save)
Open the settings.xml for editting and change the following:
Change the property value for <oc4j.j2eeHome>to:
Code Block
/oracle-oc4j-10.1.3.5.0-server/j2ee/home
Change the property value for <oc4j.password>to:
Code Block
oc4jadmin
cd to the C:\tmp\movesbuild\build\sais-common-conf\servers directory. Type the following command:
Code Block
linkd oc4j c:\oracle-oc4j-10.1.3.5.0-server
The above command will link your local oracle server to the directory C:\tmp\movesbuild\build\sais-common-conf\servers\oc4j.
Warning
Do not delete or rename the oc4j directory. Deleting or Renaming the oc4j directory will delete your local oracle server. Unlink the oc4j directory before you delete or rename.
Tip
You can unlink the oc4j directory with the following command:
Code Block
linkd oc4j /D
You must be in the servers directory when you execute the above command.
Please note that the .m2 directory cannot be created using Windows Explorer. To create the .m2 directory, you must open a cmd window, cd to the sais-common-conf directory and use mkdir to create the .m2 directory.
Open a cmd window and cd to the C:\tmp\movesbuild\ui\sais-common-conf\.m2 directory. Type the following command:
Code Block
linkd repository c:\Users\esuser\.m2\repository
The above command will link your local maven repository to the directory C:\tmp\movesbuild\ui\sais-common-conf\.m2\repository.
Warning
Do not delete or rename the repository directory. Deleting or Renaming the repository directory will delete your local maven repository. Unlink the repository directory before you delete or rename.
Tip
You can unlink the repostory directory with the following command:
Code Block
linkd repository /D
You must be in the .m2 directory when you execute the above command.
Download and install the settings.xml (right click on this link then select Save target as.... Navigate to the .m2 directory you've just created and click Save)
cd to the C:\tmp\movesbuild\ui\sais-common-conf\servers directory. Type the following command:
Code Block
linkd oc4j c:\oracle-oc4j-10.1.3.5.0-server
The above command will link your local oracle server to the directory C:\tmp\movesbuild\ui\sais-common-conf\servers\oc4j.
Warning
Do not delete or rename the oc4j directory. Deleting or Renaming the oc4j directory will delete your local oracle server. Unlink the oc4j directory before you delete or rename.
Tip
You can unlink the oc4j directory with the following command:
Code Block
linkd oc4j /D
You must be in the servers directory when you execute the above command.