OracleAS10g installation configuration and deployment

First go to Oracle to download the OracleAS10 installation package, the screenshot is as follows:

http://www.oracle.com/technology/tech/java/oc4j/index.html   (oc4j_extended.zip download address, the author's shihuan830619 NetEase mailbox network disk I also have it in my software)
I downloaded the 32-bit Windows version installation package soa_windows_x86_101310_disk1.zip here. The decompressed directory structure is as follows:

Run the setup.exe file under the installation package as an administrator, and the following error message will appear:

Solution The method is as shown below:



Run the setup.exe file under the installation package as an administrator again, and the following error message will appear: The

solution is as shown in the figure below:






Run the setup.exe file under the installation package as an administrator for the third time, and the following error message will appear. The following information:

The above interface appears to prove that the installation can be continued. After a while, the installation interface of OracleAS10 will appear.







At this point, OracleAS10 is installed.
The installation directory structure is as follows:

http://127.0.0.1:7777/ You can visit the home page
http://127.0.0.1:7777/em/ You can visit the management page


The following describes how to deploy the war package in OracleAS10.
Copy the mytest.war file to the %ORACLEAS_HOME%/j2ee/home/applications directory.

Modify the application.xml and default-web-site.xml files in the %ORACLEAS_HOME%/j2ee/oc4j_home/config directory.
Add the following line of code to the application.xml file:
<web-module id="mytest_web" path="../../home/applications/mytest.war"/> Add

to the default-web-site.xml file The following line of code:
<web-app application="default" name="mytest_web" load-on-startup="true" root="/mytest" />

Restart OracleAS10.



http://docs.oracle.com/cd/B14099_19/web.1012/b14017/develop.htm#i1015926      (OC4J Standalone Learning)
http://www.oracle.com/technology/tech/java/oc4j/index. html      (oc4j_extended.zip download address)

http://song-ps.iteye.com/blog/649227    (oc4j_extended.zip configuration)

http://ncn.
http://ncn.cn/archivers/oracle-application-server core technology opmn.html
http://blog.itpub.net/87010/viewspace-612445/
http://www.itpub.net/thread-968064 -1-1.html








Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326943800&siteId=291194637