WebLogic安裝Linux centos7

一、安裝前準備工作:

1、創建用戶useradd weblogic;創建用戶成功linux系統會自動創建一個和用戶名相同的分組,并將該用戶分到改組中。并會在/home路徑下創建一個和用戶名相同的路徑,比如我們創建的weblogic。

注:當然,你也可以通過groupadd -g GID groupname(GID代表創建組的ID,一般大于500),然后useradd –d userhome –g GID username(userhome 代表用戶的主目錄,GID 為前一步創建的組ID)創建用戶并將用戶分到相應的組里面。

2、卸載掉linux系統自帶的jdk,安裝我們自己的jdk,建議和開發過程中用到的jdk版本一致。

注:jdk的卸載和安裝參見:http://www.linuxidc.com/Linux/2016-12/138043.htm。

二、開始安裝:
a.?創建weblogic用戶組.?

useradd weblogic
passwd weblogic

更改jdk版本

2、進入安裝目錄
#cd /home
#cp jdk-7u76-linux-x64.rpm /usr/local
#cd /usr/local
給所有用戶添加可執行的權限

#rpm -ivh jdk-7u76-linux-x64.rpm

設置環境變量

#vi /etc/profile

打開后,在文檔最下方加上以下環境變量配置代碼:

export JAVA_HOME=/usr/java/jdk1.6.0_45
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export PATH=$JAVA_HOME/bin:$PATH

?

執行生效

#. /etc/profile

weblogic用戶

export JAVA_HOME=/usr/java/jdk1.6.0_45

export JAVA_BIN=/usr/java/jdk1.6.0_45/bin

export PATH=$PATH:$JAVA_HOME/bin

export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

export JAVA_HOME JAVA_BIN PATH CLASSPATH

注意:export PATH=$JAVA_HOME/bin:$PATH,注意將$PATH放到最后。以免造成新舊版本問題。
當你已經成功把jdk1.6.0_45 安裝到 /usr/java,并且配置好了系統環境變量
執行 # java -version 時就是 顯示jdk1.6.0_45,是因為你的linux系統有默認的jdk;執行
cp jdk-6u7-linux-i586.bin /usr
即將jdk復制到/usr目錄下,然后進入/usr目錄cd /usr

執行權限

chmod +x jdk-6u45-linux-x64.bin

執行安裝命令

./jdk-6u45-linux-x64.bin

1、# cd /usr/bin

# ln -s -f /usr/java/jdk1.6.0_45/jre/bin/java

# ln -s -f /usr/java/jdk1.6.0_45/bin/javac

2、接著卸載jdk-1.7.0_76,再次重新安裝。卸載方法:

先查看jdk-1.7.0_76包名

#rpm -qa | grep jdk


接著執行

#rpm -e jdk-1.7.0_76-fcs

卸載完后,再次重新安裝jdk-7u76-linux-x64.rpm 。


1、進入安裝路徑:/home/weblogic

2、將安裝文件wls1036_generic.jar放入安裝目錄

3、chmod a+x wls1036_generic.jar? 賦予安裝文件可執行的權限

4、執行安裝命令:java -jar filename.jar -mode=console

注:如果安裝文件是.bin格式的文件,安裝命令為:./wls1036_generic.bin -mode=console;(你可以不加“-mode=console”的控制臺文本模式,因為在你安裝時無法啟動圖形安裝界面時它會自動的進入文本控制臺模式的)


5、控制臺安裝:

?

?

?

?

?

一、安裝weblogic10.3.6 64位:

-bash-4.1$ java -jar wls1036_generic.jar
Unable to instantiate GUI, defaulting to console mode.無法實例化 GUI,默認進入控制臺模式。
Extracting 0%....................................................................................................100%

?

<--------------------?Oracle?Installer - WebLogic 10.3.6.0 ------------------->

Welcome:
--------

This installer will guide you through the installation of WebLogic 10.3.6.0.
Type "Next" or enter to proceed to the next prompt.? If you want to change data entered previously, type "Previous".? You may quit the installer at any time by typing "Exit".

?
Enter [Exit][Next]> 回車

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

? ? "Middleware Home" = [Enter new value or use default
"/bea/weblogic/Oracle/Middleware"]

?
Enter new Middleware Home OR [Exit][Previous][Next]> /bea/weblogic/

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

? ? "Middleware Home" = [/bea/weblogic]

Use above value or select another option:
? ? 1 - Enter new Middleware Home
? ? 2 - Change to default [/bea/weblogic/Oracle/Middleware]

?
Enter option number to select OR [Exit][Previous][Next]> 1

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

? ? "Middleware Home" = [/bea/weblogic]

?
Enter new Middleware Home OR [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Middleware Home Directory:
---------------------------------

? ? Warning

/bea/weblogic directory is not empty. Proceed with installation?

?
Enter [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and? to initiate configuration manager.

? 1|Email:[]
? 2|Support Password:[]
? 3|Receive Security Update:[Yes]


Enter index number to select OR [Exit][Previous][Next]> 3

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and? to initiate configuration manager.

? ? "Receive Security Update:" = [Enter new value or use default "Yes"]

?

Enter [Yes][No]? no

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and? to initiate configuration manager.

? ? "Receive Security Update:" = [Enter new value or use default "Yes"]

?

Enter [Yes][No]? yes

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and? to initiate configuration manager.

? 1|Email:[]
? 2|Support Password:[]
? 3|Receive Security Update:[No]

?

Enter index number to select OR [Exit][Previous][Next]>

?
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Register for Security Updates:
------------------------------

Provide your email address for security updates and? to initiate configuration manager.

? 1|Email:[]
? 2|Support Password:[]
? 3|Receive Security Update:[No]

?

Enter index number to select OR [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Install Type:
--------------------

Select the type of installation you wish to perform.

?->1|Typical
? ? |? Install the following product(s) and component(s):
? ? | - WebLogic Server
? ? | - Oracle Coherence

? 2|Custom
? ? |? Choose software products and components to install and perform optional
? ? |configuration.

?

Enter index number to select OR [Exit][Previous][Next]> 2

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Products and Components:
-------------------------------

? ? Release 10.3.6.0
? ? |_____WebLogic Server [1] x
? ? |? ? |_____Core Application Server [1.1] x
? ? |? ? |_____Administration Console [1.2] x
? ? |? ? |_____Configuration Wizard and Upgrade Framework [1.3] x
? ? |? ? |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
? ? |? ? |_____WebLogic SCA [1.5] x
? ? |? ? |_____WebLogic JDBC Drivers [1.6] x
? ? |? ? |_____Third Party JDBC Drivers [1.7] x
? ? |? ? |_____WebLogic Server Clients [1.8] x
? ? |? ? |_____WebLogic Web Server Plugins [1.9] x
? ? |? ? |_____UDDI and Xquery Support [1.10] x
? ? |? ? |_____Server Examples [1.11]
? ? |? ? |_____Evaluation Database [1.12] x
? ? |_____Oracle Coherence [2] x
? ? ? ? |_____Coherence Product Files [2.1] x
? ? ? ? |_____Coherence Examples [2.2]

? ? *Estimated size of installation: 690.2 MB

?
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 2

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Products and Components:
-------------------------------

? ? Release 10.3.6.0
? ? |_____WebLogic Server [1] x
? ? |? ? |_____Core Application Server [1.1] x
? ? |? ? |_____Administration Console [1.2] x
? ? |? ? |_____Configuration Wizard and Upgrade Framework [1.3] x
? ? |? ? |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
? ? |? ? |_____WebLogic SCA [1.5] x
? ? |? ? |_____WebLogic JDBC Drivers [1.6] x
? ? |? ? |_____Third Party JDBC Drivers [1.7] x
? ? |? ? |_____WebLogic Server Clients [1.8] x
? ? |? ? |_____WebLogic Web Server Plugins [1.9] x
? ? |? ? |_____UDDI and Xquery Support [1.10] x
? ? |? ? |_____Server Examples [1.11]
? ? |? ? |_____Evaluation Database [1.12] x
? ? |_____Oracle Coherence [2]
? ? ? ? |_____Coherence Product Files [2.1]
? ? ? ? |_____Coherence Examples [2.2]

? ? *Estimated size of installation: 678.7 MB

?
Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------

JDK(s) chosen will be installed.? Defaults will be used in script string-substitution if installed.

? 1|Add Local Jdk
? 2|/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64[x]

?

? *Estimated size of installation:? 678.7 MB


Enter 1 to add or >= 2 to toggle selection? OR [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Choose Product Installation Directories:
----------------------------------------

Middleware Home Directory: [/bea/weblogic]

Product Installation Directories:


? ? "WebLogic Server" = [Enter new value or use default
"/bea/weblogic/wlserver_10.3"]

?
Enter new WebLogic Server OR [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

The following Products and JDKs will be installed:
--------------------------------------------------

? ? WebLogic Platform 10.3.6.0
? ? |_____WebLogic Server
? ? ? ? |_____Core Application Server
? ? ? ? |_____Administration Console
? ? ? ? |_____Configuration Wizard and Upgrade Framework
? ? ? ? |_____Web 2.0 HTTP Pub-Sub Server
? ? ? ? |_____WebLogic SCA
? ? ? ? |_____WebLogic JDBC Drivers
? ? ? ? |_____Third Party JDBC Drivers
? ? ? ? |_____WebLogic Server Clients
? ? ? ? |_____WebLogic Web Server Plugins
? ? ? ? |_____UDDI and Xquery Support
? ? ? ? |_____Evaluation Database

? ? *Estimated size of installation: 678.8 MB

?
Enter [Exit][Previous][Next]>

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Installing files..

0%? ? ? ? ? 25%? ? ? ? ? 50%? ? ? ? ? 75%? ? ? ? ? 100%
[------------|------------|------------|------------]
[***************************************************]


Performing String Substitutions...

?
<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Configuring OCM...

0%? ? ? ? ? 25%? ? ? ? ? 50%? ? ? ? ? 75%? ? ? ? ? 100%
[------------|------------|------------|------------]
[***************************************************]


Creating Domains...

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Installation Complete


Congratulations! Installation is complete.


Press [Enter] to continue or type [Exit]>

?

?

<-------------------- Oracle Installer - WebLogic 10.3.6.0 ------------------->

Clean up process in progress ...

二、配置domains

cd /home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin
-bash-4.1$ ./config.sh
Unable to instantiate GUI, defaulting to console mode.


<------------------- Fusion Middleware Configuration Wizard ------------------>

Welcome:
--------

Choose between creating and extending a domain. Based on your selection,
the Configuration Wizard guides you through the steps to generate a new or
extend an existing domain.

?->1|Create a new WebLogic domain
? ? |? ? Create a WebLogic domain in your projects directory.

? 2|Extend an existing WebLogic domain
? ? |? ? Use this option to add new components to an existing domain and modify? ? |configuration settings.


Enter index number to select OR [Exit][Next]> 1


<------------------- Fusion Middleware Configuration Wizard ------------------>

Select Domain Source:
---------------------

Select the source from which the domain will be created. You can create the
domain by selecting from the required components or by selecting from a
list of existing domain templates.

?->1|Choose Weblogic Platform components
? ? |? ? You can choose the Weblogic component(s) that you want supported in
? ? |your domain.

? 2|Choose custom template
? ? |? ? Choose this option if you want to use an existing? template. This
? ? |could be a custom created template using the Template Builder.


Enter index number to select OR [Exit][Previous][Next]> 1


<------------------- Fusion Middleware Configuration Wizard ------------------>

Application Template Selection:
-------------------------------

?
? ? Available Templates
? ? |_____Basic WebLogic Server Domain - 10.3.6.0 [wlserver_10.3]x
? ? |_____Basic WebLogic SIP Server Domain - 10.3.6.0 [wlserver_10.3] [2]
? ? |_____WebLogic Advanced Web Services for JAX-RPC Extension - 10.3.6.0 [wlserver_10.3] [3]
? ? |_____WebLogic Advanced Web Services for JAX-WS Extension - 10.3.6.0 [wlserver_10.3] [4]


Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>


<------------------- Fusion Middleware Configuration Wizard ------------------>

Edit Domain Information:
------------------------

? ? |? Name? |? ? Value? ? |
? _|________|_____________|
? 1| *Name: | base_domain |


Enter value for "Name" OR [Exit][Previous][Next]> wlyxweb


<------------------- Fusion Middleware Configuration Wizard ------------------>

Edit Domain Information:
------------------------

? ? |? Name? |? Value? |
? _|________|_________|
? 1| *Name: | wlyxweb |

Use above value or select another option:
? ? 1 - Modify "Name"
? ? 2 - Discard Changes


Enter option number to select OR [Exit][Previous][Next]>


<------------------- Fusion Middleware Configuration Wizard ------------------>

Select the target domain directory for this domain:
---------------------------------------------------

? ? "Target Location" = [Enter new value or use default
"/bea/weblogic/user_projects/domains"]

Enter new Target Location OR [Exit][Previous][Next]> /wlyx/webapp/domains


<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

? ? |? ? ? ? ? Name? ? ? ? ? |? ? ? ? ? ? ? ? ? Value? ? ? ? ? ? ? ? ? |
? _|_________________________|_________________________________________|
? 1|? ? ? ? *Name:? ? ? ? ? |? ? ? ? ? ? ? ? weblogic? ? ? ? ? ? ? ? |
? 2|? ? *User password:? ? |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
? 3| *Confirm user password: |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
? 4|? ? ? Description:? ? ? | This user is the default administrator. |

Use above value or select another option:
? ? 1 - Modify "Name"
? ? 2 - Modify "User password"
? ? 3 - Modify "Confirm user password"
? ? 4 - Modify "Description"


Enter option number to select OR [Exit][Previous][Next]> 2


<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

? ? "*User password:" = []


Enter new *User password: OR [Exit][Reset][Accept]> welwlyx50


<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

? ? |? ? ? ? ? Name? ? ? ? ? |? ? ? ? ? ? ? ? ? Value? ? ? ? ? ? ? ? ? |
? _|_________________________|_________________________________________|
? 1|? ? ? ? *Name:? ? ? ? ? |? ? ? ? ? ? ? ? weblogic? ? ? ? ? ? ? ? |
? 2|? ? *User password:? ? |? ? ? ? ? ? ? ? *********? ? ? ? ? ? ? ? |
? 3| *Confirm user password: |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
? 4|? ? ? Description:? ? ? | This user is the default administrator. |

Use above value or select another option:
? ? 1 - Modify "Name"
? ? 2 - Modify "User password"
? ? 3 - Modify "Confirm user password"
? ? 4 - Modify "Description"
? ? 5 - Discard Changes

Enter option number to select OR [Exit][Previous][Next]> 3


<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

? ? "*Confirm user password:" = []


Enter new *Confirm user password: OR [Exit][Reset][Accept]> welwlyx50


<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure Administrator User Name and Password:
-----------------------------------------------

Create a user to be assigned to the Administrator role. This user is the
default administrator used to start development mode servers.

? ? |? ? ? ? ? Name? ? ? ? ? |? ? ? ? ? ? ? ? ? Value? ? ? ? ? ? ? ? ? |
? _|_________________________|_________________________________________|
? 1|? ? ? ? *Name:? ? ? ? ? |? ? ? ? ? ? ? ? weblogic? ? ? ? ? ? ? ? |
? 2|? ? *User password:? ? |? ? ? ? ? ? ? ? *********? ? ? ? ? ? ? ? |
? 3| *Confirm user password: |? ? ? ? ? ? ? ? *********? ? ? ? ? ? ? ? |
? 4|? ? ? Description:? ? ? | This user is the default administrator. |

Use above value or select another option:
? ? 1 - Modify "Name"
? ? 2 - Modify "User password"
? ? 3 - Modify "Confirm user password"
? ? 4 - Modify "Description"
? ? 5 - Discard Changes


Enter option number to select OR [Exit][Previous][Next]>


<------------------- Fusion Middleware Configuration Wizard ------------------>

Domain Mode Configuration:
--------------------------

Enable Development or Production Mode for this domain.

?->1|Development Mode

? 2|Production Mode


Enter index number to select OR [Exit][Previous][Next]> 2


<------------------- Fusion Middleware Configuration Wizard ------------------>

Java SDK Selection:
-------------------

?->1|N/A SDK 1.6.0_24 @ /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64
? 2|Other Java SDK


Enter index number to select OR [Exit][Previous][Next]> 2


<------------------- Fusion Middleware Configuration Wizard ------------------>

Java SDK Selection:
-------------------

? ? "JVM Directory" = []


Enter new JVM Directory OR [Exit][Previous][Next]> /bea/jdk/jdk1.6.0_37


<------------------- Fusion Middleware Configuration Wizard ------------------>

Java SDK Selection:
-------------------

? ? "JVM Directory" = [/bea/jdk/jdk1.6.0_37]


Enter new JVM Directory OR [Exit][Previous][Next]>


<------------------- Fusion Middleware Configuration Wizard ------------------>

Select Optional Configuration:
------------------------------

? 1|Administration Server [ ]
? 2|Managed Servers, Clusters and Machines [ ]
? 3|RDBMS Security Store [ ]


Enter index number to select OR [Exit][Previous][Next]> 1


<------------------- Fusion Middleware Configuration Wizard ------------------>

Select Optional Configuration:
------------------------------

? 1|Administration Server [x]
? 2|Managed Servers, Clusters and Machines [ ]
? 3|RDBMS Security Store [ ]

Enter index number to select OR [Exit][Previous][Next]>


<------------------- Fusion Middleware Configuration Wizard ------------------>

Configure the Administration Server:
------------------------------------

Each WebLogic Server domain must have one Administration Server. The
Administration Server is used to perform administrative tasks.

? ? |? ? ? Name? ? ? |? ? ? ? Value? ? ? ? |
? _|__________________|_____________________|
? 1|? ? ? *Name:? ? ? |? ? AdminServer? ? |
? 2| *Listen address: | All Local Addresses |
? 3|? Listen port:? |? ? ? ? 7001? ? ? ? |
? 4| SSL listen port: |? ? ? ? N/A? ? ? ? |
? 5|? SSL enabled:? |? ? ? ? false? ? ? ? |

Use above value or select another option:
? ? 1 - Modify "Name"
? ? 2 - Modify "Listen address"
? ? 3 - Modify "Listen port"
? ? 4 - Modify "SSL enabled"

Enter option number to select OR [Exit][Previous][Next]>


<------------------- Fusion Middleware Configuration Wizard ------------------>

Creating Domain...

0%? ? ? ? ? 25%? ? ? ? ? 50%? ? ? ? ? 75%? ? ? ? ? 100%
[------------|------------|------------|------------]
[***************************************************]


**** Domain Created Successfully! ****


四:weblogic的使用

1、啟動服務時無需輸入用戶名和密碼

進入到你新建的域中:cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer

然后在該文件夾下新建名為security的文件夾:mkdir security

在剛剛新建是文件夾中新建名為boot.properties文件:vi boot.properties

然后在該文件中輸入:

username=weblogic

password=weblogc123

保存后退出。重啟weblogic。此時你會發覺,weblogic再也不會提示要求你輸入weblogic管理臺的用戶名和密碼了。

重啟后我們來到剛剛的新建的文件夾中查看新建的文件:
cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/security

vi boot.properties發現它的內容已經變成下面這個樣子了:

#Sun Aug 04 10:23:54 CST 2013

password={AES}KWRQeICbIyJLO3zh+v+/9JeJtCzpK9ge6j4pqf9sSqA\=

username={AES}ICJVfwErXU5MOQyVPzcvVpKBkK6gI6UFlwqkkEuVgBg\=

Weblogic把它給加密了,因此只有裝Weblogic的那個人即System Admin才真正知道Weblogic控制臺的登錄信息,這樣就很安全了。

2、啟動weblogic服務

cd /home/weblogic/Oracle/Middleware/user_projects/domains/base_domain

./startWeblogic.sh

nohup ./startWeblogic.sh &(nohup命令:如果你正在運行一個進程,而且你覺得在退出帳戶時該進程還不會結束,那么可以使用nohup命令。
該命令可以在你退出帳戶/關閉終端之后繼續運行相應的進程。nohup就是不掛起的意思( no hang up))


找臺服務器 啟動瀏覽器 輸入 http://10.85.31.242:7001/console

WebLogic 12c下配置節點管理器管理受管理服務器?http://www.linuxidc.com/Linux/2015-12/126788.htm

WebLogic重新設置管理員賬號和口令?http://www.linuxidc.com/Linux/2015-08/121052.htm

CentOS?6.3安裝配置Weblogic 10??http://www.linuxidc.com/Linux/2014-02/96918.htm

Oracle WebLogic 11g 安裝部署文檔 PDF?http://www.linuxidc.com/Linux/2013-04/83658.htm

Linux部署Weblogic11g?http://www.linuxidc.com/Linux/2013-01/77940.htm

Oracle基礎教程之安裝與配置Weblogic單實例?http://www.linuxidc.com/Linux/2012-02/54418.htm

Linux下Weblogic卸載?http://www.linuxidc.com/Linux/2012-01/51886.htm

Weblogic多機器集群的配置?http://www.linuxidc.com/Linux/2011-12/50577.htm

Weblogic的安裝和配置?http://www.linuxidc.com/Linux/2011-12/49082.htm

更多Oracle相關信息見Oracle?專題頁面?http://www.linuxidc.com/topicnews.aspx?tid=12

本文永久更新鏈接地址:http://www.linuxidc.com/Linux/2016-12/138044.htm

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/387723.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/387723.shtml
英文地址,請注明出處:http://en.pswp.cn/news/387723.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

jquery如何阻止子元素繼承父元素的事件(又稱事件冒泡)

非常簡單&#xff0c;子元素上添加如下代碼即可 1 $(a).click(function(e){ 2 e.stopPropagation(); 3 }); 老版本為event,現在用e就行 轉載于:https://www.cnblogs.com/chengbo2130/p/10152747.html

java spring cloud 版 b2b2c 社交電商-服務消費者(Feign)

社交電商平臺源碼請加企鵝求求&#xff1a;一零三八七七四六二六。Feign是一個聲明式的偽Http客戶端&#xff0c;它使得寫Http客戶端變得更簡單。使用Feign&#xff0c;只需要創建一個接口并注解。它具有可插拔的注解特性&#xff0c;可使用Feign 注解和JAX-RS注解。Feign支持可…

Mybaits自定義SQL

最近有個同事要包裝一個可以執行sql語句的功能用的是mybatis 最開始他想到的方案是拿到數據庫連接再執行sql語句。 后來出了某些錯誤來問我&#xff0c;為了尋求比較快的解決方法于是我就試試了下下面的方法。 首先在Mapper添加 <select id"select" resultMap&qu…

Beta 沖刺 (7/7)

團隊信息 隊名&#xff1a;爸爸餓了組長博客&#xff1a;here作業博客&#xff1a;here組員情況 組員1&#xff08;組長&#xff09;&#xff1a;王彬 過去兩天完成了哪些任務 協助完成安卓端的整合完成安卓端的美化協助制作宣傳視頻 接下來的計劃 & 還剩下哪些任務 I am d…

類的轉換函數調用的優先級與是否用const修飾的關系

P415 C Primer Plus (第六版&#xff09;(待解決~~知道原理的同學請留言&#xff0c;多謝~~&#xff09; #include <iostream>using namespace std; class Cp{private:   int a;   double b;public:   Cp()   {     a 1;     b 2.2;   } operator in…

Java Web 學習與總結(一)Servlet基礎

配置環境&#xff1a;https://www.cnblogs.com/qq965921539/p/9821374.html 簡介&#xff1a; Servlet是Sun公司提供的一種實現動態網頁的解決方案&#xff0c;在制定J2EE時引入它作為實現了基于Java語言的動態技術&#xff0c;目前流行的Web框架基本都基于Servlet技術&#xf…

堪稱經典

程序員作為高智商、高收入、高壓力群體&#xff0c;經常會有各種自嘲&#xff0c;而且還天生攜帶段子手基因。不信看看下面這些段子&#xff0c;一般人哪能懂&#xff01; 1、殺一個程序員不需要用槍&#xff0c;改三次需求就可以了 2、程序員退休后決定練習書法&#xff0c;于…

【洛谷 P1659】 [國家集訓隊]拉拉隊排練(manacher)

題目鏈接 馬拉車簡單膜你 #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int MAXN 11000010; const int MOD 19930726; char b[MAXN], a[MAXN << 1]; int hw[MAXN << 1], ans 1, n, c[MAXN]; #defi…

Judy Beta 第三天

概述 前端部分對于打包的流程以及相關 package.json 的配置都已經比較熟悉了&#xff0c;目前主要負責對新實現的 feature 做測試&#xff0c;以及參考 DAP 為后端明確數據交換的格式及參數內容等。 后端部分按照更新的 wiki 實現了變量展開&#xff0c;并且根據 DAP 的協議流程…

oracle表空間不足

oracle表空間不足&#xff0c;一般有兩個原因&#xff1a;一&#xff0c;原表空間太小&#xff0c;沒有自增長&#xff1b;二&#xff0c;表空間已自增長&#xff0c;而且表空間也已足夠大&#xff0c;對于這兩種原因分別有各自的解決辦法。 【檢查原因】 1、查看表在那個表空…

python學習中遇到的問題

2019獨角獸企業重金招聘Python工程師標準>>> def contract_str():index 8db_size 8new_table_name b_str(index & (db_size-1))print new_table_name ImportError: No module named mysql.connector import mysql.connector as sql_connector Python保存時提…

Arcgis 使用ArcToolbox實現數據統計

在ArcMap中打開ArcToolbox&#xff0c; ->Data Managerment Tools ->General ->Add你需要統計的所有數據轉載于:https://www.cnblogs.com/CoffeeEddy/p/10161863.html

oracle分區索引及循環插入

表可以按range、hash、list分區&#xff0c;表分區后&#xff0c;其上的索引和普通表上的索引有所不同&#xff0c;oracle對于分區表上的索引分為2類&#xff0c;即局部索引和全局索引&#xff0c;下面分別對這2種索引的特點和局限性做個總結。 局部索引local index 1.局部索引…

classloader.getresources() 介紹

轉載自&#xff1a; https://www.cnblogs.com/bhlsheji/p/4095699.html ◆普通情況下,我們都使用相對路徑來獲取資源,這種靈活性比較大. 比方當前類為com/bbebfe/Test.class 而圖像資源比方sample.gif應該放置在com/bbebfe/sample.gif 而假設這些圖像資源放置在icons文件夾下,則…

Anti-Aliasing SSAA MSAA MLAA SRAA 簡介

http://blog.csdn.net/codeboycjy/article/details/6312758 前兩天在瀏覽游民星空的時候&#xff0c;小編居然在文章中掛了一篇技術文章&#xff0c;是關于SRAA的。對于AA的了解很少&#xff0c;正好入職之前還有幾天的空閑時間&#xff0c;所以就這個機會把AA的一些基本算法簡…

MyBatis多數據源配置(讀寫分離)

MyBatis多數據源配置(讀寫分離) 首先說明&#xff0c;本文的配置使用的最直接的方式&#xff0c;實際用起來可能會很麻煩。 實際應用中可能存在多種結合的情況&#xff0c;你可以理解本文的含義&#xff0c;不要死板的使用。 多數據源的可能情況 1.主從 通常是MySQL一主多…

UI簡單工作

UI用戶界面 需求——效果圖——風格設計——高保證效果——html 網頁的寬度屏幕的寬度-縱向滾動條的寬度 企業網站一般是1280 根據百度流量研究所 目前我們的網頁注主要是1024和1200 這樣的寬度符合大體市場 首屏高度。 首屏的概念來源于出版領域 報紙折疊后販賣&…

MySQL分庫分表總結

MySQL分庫分表總結&#xff1a; 單庫單表 &#xff1a; 單庫單表是最常見的數據庫設計&#xff0c;例如&#xff0c;有一張用戶(user)表放在數據庫db中&#xff0c;所有的用戶都可以在db庫中的user表中查到。 單庫多表 &#xff1a; 隨著用戶數量的增加&#xff0c;user表的數…

3章 RxJava操作符

本篇文章已授權微信公眾號 YYGeeker 獨家發布轉載請標明出處 CSDN學院課程地址 RxJava2從入門到精通-初級篇:edu.csdn.net/course/deta…RxJava2從入門到精通-中級篇:edu.csdn.net/course/deta…RxJava2從入門到精通-進階篇:edu.csdn.net/course/deta…RxJava2從入門到精通-源碼…

virtualbox 使用

實現文件拖拽功能 1、設備 -- 安裝增強功能 -- /bin/sh VboxLinuxaddition.run -- reboot 2、設備 -- 拖放 -- 雙向 3、虛擬機 -- 設置 -- 存儲 -- 控制器&#xff1a;SATA -- 勾選 使用主機輸入輸出&#xff08;I\O 緩存&#xff09; 4、虛擬機硬盤 -- 勾選固態驅動器 轉載于…