Weblogic product mode switching and JVM Switching

Source: Internet
Author: User

I. Product mode and development mode switch
The product mode and development mode are specified when the domain is created, rather than when weblogic is installed. So his configuration is in setDomainEnv. sh: find these two lines in setDomainEnv. sh: PRODUCTION_MODE = "true"
Export PRODUCTION_MODE
The development mode is PRODUCTION_MODE = "", and the product mode is PRODUCTION_MODE = "true"
 
Ii. 32bit JVM/64bit JVM
General we bin/exe format Weblogic installer only support 32bit. To install Weblogic support 64bit, ORACLE is provided in the form of wlsXXX-general.jar.
To replace 32Bit JVM with 64bit JVM, you need to change the value of BEA_JAVA_HOME or SUM_JAVA_HOME in setDomainEnv:
1. In CommEnv. sh
# Setup SUN_ARCH_DATA_MODEL
SUN_ARCH_DATA_MODEL = "32" = "SUN_ARCH_DATA_MODEL =" 64"
# JAVA_USE_64BIT, true if JVM uses 64 bit operations
JAVA_USE_64BIT = false = "JAVA_USE_64BIT = ture
2. the most important thing is to ensure that the native directory exists (the local library under the native directory is used for performance optimization, and the password does not display back), such as in linux: ${WL_HOME}/server/native/linux/i686 (32bit)
${WL_HOME}/server/native/linux/x86_64 (64bit)
I686 and x86_64 files are not the same, if not, you can copy a copy from somewhere else or through the java-jar wlsXXX-general.jar (in this case both directories have)
This article is from the "no thieves in the world" blog

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.