Oracle9iAS containers for Java EE Standalone Guide-(Introduction, installation, startup, shutdown, and help)

Source: Internet
Author: User
Tags config contains administrator password
J2ee|oracle oracle9ias containers for Java EE (oc4j)
1.OC4J contains
A JSP Translator, a Java servlet container (Deployment method: First, the servlet is packaged as a standard Web application aRchive (War) file, OC4J provides the WAR file deployment tool to unzip it to the J Ava servlet container. Package using JAR commands.
), and an Enterprise JavaBeans (EJB) container.

Oc4j contains two methods of JDBC access to Oracle databases:
Oracle Thin JDBC Driver
Oracle Jdbc-oci Driver

2. Installation
Java-jar Oc4j.jar-install
Then prompts to join the administrator password, stored in the Oc4j\j2ee\home\config\principals.xml
<users>
<user username= "admin" password= "123" >
<description>the default administrator</description>
<group-membership group= "Administrators"/>
<group-membership group= "guests"/>
<group-membership group= "Users"/>
</user>
</users>

3. Start:
1> Use default Server.xml (under J2ee\home\config directory)
Java-jar Oc4j.jar

2> Customization
Java-jar Oc4j.jar-config/mypath/server.xml
Specify the default path for individual Web applications under Server.xml

4. Help
Java-jar Oc4j.jar-help

5. Close oc4j
Java-jar Admin.jar ormi://




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.