WebLogic Deployment Detail Document--texturing

Source: Internet
Author: User
Tags prefetch
1. Install WebLogic 2. Install Xmanager 3. Create a domain 3.1. Create a domain under AIX unixFirst through the Xmanager login system, the user root password root under terminal to perform cd/bea/weblogic81/common/bin./config.sh 建新 domain operation with the following Windows operation 3.2 Creating a domain under Windows1. Start the Start Menu QuickStart, execute create a new domain configuration ... 2. Next 3. Next, choose Custom 4. Next, Name=myserver,listen port:6001 5. Next 6. Next, User=weblogic password=weblogic 7. Next 8. Next, select the production mode AIX machine to use the JDK provided by IBM, path:/USR/JAVA14 9. Next 10. Create, complete 4. Configuration service (Saved) 4.3 weblogic configuration: 4.3.1 start service:A AIX UNIX Operating system: Through the Xmanager login system, execute cd/bea/user_projects/domains/mydomain/./startweblogic.sh two under terminal. Windows operation starts the service in the Start menu 4.3.2 Open the consolehttp://address: Port/console such as: Http://10.158.212.45:7001/console username:weblogic password:weblogic 4.3.3Listen address configuration:Configuration as shown in the page Listen address: For application server addresses 4.3.4SSL Listen port configuration: 4.3.5 Database Connection configuration:One, Connection pool configuration: In the Configuration connection pool first step, Configure a new JDBC Connection pool ... Step two, select Oracle as shown, press continue step three, configure the database according to the following configuration requirements The fourth step is to modify the URL configuration based on the actual database configuration

Name URL Driver Classname deployed
Thin_amber jdbc:oracle:thin:@ (DESCRIPTION = (Address_list = (address = (PROTOCOL = TCP) (HOST = 10.158.212.49) (port=1521)) (connect_ DATA = (service_name = ciswf)) Oracle.jdbc.OracleDriver True
Thin_dlyx jdbc:oracle:thin:@ (DESCRIPTION = (Address_list = (address = (PROTOCOL = TCP) (HOST = 10.158.212.49) (port=1521)) (connect_ DATA = (service_name = ciswf)) Oracle.jdbc.OracleDriver True
Thin_owf_mgr jdbc:oracle:thin:@ (DESCRIPTION = (Address_list = (address = (PROTOCOL = TCP) (HOST = 10.158.212.49) (port=1521)) (connect_ DATA = (service_name = ciswf)) Oracle.jdbc.OracleDriver True
Thin_wf_amber jdbc:oracle:thin:@ (DESCRIPTION = (Address_list = (address = (PROTOCOL = TCP) (HOST = 10.158.212.49) (port=1521)) (connect_ DATA = (service_name = ciswf)) Oracle.jdbc.OracleDriver True

Fifth step, create a deployment complete repeat above operation, configure all connection pool connection two, data source configuration: In the first step of configuring a data source, Configure a new JDBC data source Step Two, configure the name, JNDI name by following configuration

Name Jndiname Pool Name Row Prefetch Enabled Enable two Phase Commit Stream Chunk Size Row Prefetch Size deployed
ds_amber indigo/jdbc/default thin_amber false 256 " true "
ds_dlyx Indigo/jdbc/dlyx Thin_dlyx false false 256 $ true
ds_owf_mgr INDIGO/JD Bc/wf_oracle thin_owf_mgr false false 256 true
ds_wf_amber

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.