1. 程式人生 > >使用Ant在Weblogic部署的官方文件

使用Ant在Weblogic部署的官方文件

Table 5-2 Main Attributes of the wlconfig Ant Task

Attribute

Description

Data Type

Required?

url

The URL of the domain's Administration Server.

String

Yes

username

The username of an administrator account.

String

No

password

The password of an administrator account.

To avoid having the plain text password appear in the build file or in process utilities such as ps, first store a valid username and encrypted password in a configuration file using the weblogic.Admin STOREUSERCONFIG command. Then omit both the username and password attributes in your Ant build file. When the attributes are omitted, wlconfig attempts to login using values obtained from the default configuration file.

If you want to obtain a username and password from a non-default configuration file and key file, use the userconfigfile and userkeyfile attributes with wlconfig.

See STOREUSERCONFIG for more information on storing and encrypting passwords.

String

No

failonerror

This is a global attribute used by WebLogic Server Ant tasks. It specifies whether the task should fail if it encounters an error during the build. This attribute is set to true by default.

Boolean

No

userconfigfile

Specifies the location of a user configuration file to use for obtaining the administrative username and password. Use this option, instead of the username and password attributes, in your build file when you do not want to have the plain text password shown in-line or in process-level utilities such as ps. Before specifying the userconfigfile attribute, you must first generate the file using the weblogic.Admin STOREUSERCONFIG command as described in STOREUSERCONFIG.

File

No

userkeyfile

Specifies the location of a user key file to use for encrypting and decrypting the username and password information stored in a user configuration file (the userconfigfile attribute). Before specifying the userkeyfile attribute, you must first generate the key file using the weblogic.Admin STOREUSERCONFIG command as described in STOREUSERCONFIG.

File

No

相關推薦

《kubernetes官方部署PHP redis 應用Guestbook

本教程向您展示如何使用Kubernetes和Docker構建和部署一個簡單的多層web應用程式。這個示例由以下元件組成: 目標 啟動 Redis master。 啟動 Redis slaves。 啟動 guestbook 前端。 暴露和檢視前端服務。 清理. 準備工作 您需要有一個Ku

《kubernetes官方》使用部署執行一個無狀態應用

本頁展示如何使用Kubernetes部署物件(Kubernetes Deployment object)執行一個應用程式。 目標 建立一個nginx部署。 使用kubectl列出關於部署的資訊。 更新部署。 準備工作 您需要有一個Kubernetes叢集,並且必須配置kubectl命令

使用Ant在Weblogic部署官方

Table 5-2 Main Attributes of the wlconfig Ant Task Attribute

大數據【二】HDFS部署讀寫(包含eclipse hadoop配置)

throw 大數據 我的電腦 ssh 生效 manager 方法 slave .sh 一  原理闡述 1‘  DFS     分布式文件系統(即DFS,Distributed File System),指文件系統管理的物理存儲資源不一定直接連接在本地節點上,而是通過計算機網

WebStorm 開發react熱部署保存後頁面未更新

com system 熱部署 dev 刷新 使用 修改文件 保存 logs 使用腳手架創建的react項目,理論上使用npm run dev後,如果文件發生變化,網頁會自動發生更新,但在使用WebStorm開發時,發現修改文件後網頁內容為自動刷新,按如下方式修改即可。 F

redhat下部署nfs共享

共享文件 共享文件夾 RoCE img 訪問 oss proc bce png 掛載安裝服務 編輯exports服務配置文件創建共享文件夾 關閉防火墻重啟nfs服務 訪問另一個Linux服務器 備註:兩個服務器同時進行(客戶端,服務端)redhat下部署nfs文件共享

Spring Boot官方筆記--PartIV: Spring Boot特性

23. SpringApplication特性 Banner SpringApplicationBuilder Events and Listeners Web Environment ApplicationArguments: 獲取SpringApplication.run(...)

spring 官方的介面理解整理(四)型別轉換spring例項解析

上篇文章解析了spring型別轉換的介面和他們的分工,怎麼通過設計模式實現轉換功能。 這篇需要些上篇的知識,如果沒有看可以從這兒跳轉spring 官方文件的介面理解整理(三)型別轉換 一、準備新建Maven專案,pom.xml內容如下 <properties>

spring 官方的介面理解整理(三)型別轉換

所有相關介面的uml圖: 一、spring中型別轉換裡面我開始看的時候覺得converter和formatter的功能很多疑問,先來分析這兩個介面:  1、Converter.java package org.springframework.core.convert.

OpenCV-Python官方三——在OpenCV中繪製函式

在OpenCV中繪製函式 目標 · 學習使用OpenCV繪製不同的幾何形狀 · 您將學習以下函式:cv2.line(),cv2.circle(),cv2.rectangle(),cv2.ellipse(),cv2.putText()等。 程式碼  &nbs

OpenCV-Python 官方

開始使用視訊 目標 學習讀取視訊,顯示視訊並且儲存視訊。 學會從視訊中捕獲並顯示。 你將會學到這些方法:cv2.VideoCapture() cv2.VideoWriter()  從照相機捕獲視訊 通常,我們必須用相機捕捉實時流。OpenCV

OpenCV-Python 官方學習

影象學習: 目標: 1.在這裡你會學習到如何讀取一個影象,如何取顯示並且儲存它。 2.你將徐匯這些方法:cv2.imread() , cv2.imshow() , cv2.imwrite() ; 3.自然而然的你就學會了如何使用Matplotlib庫去顯示圖片。 OpenCV的使用

TensorFlow官方樣例——三層卷積神經網路訓練MNIST資料

        上篇部落格根據TensorFlow官方文件樣例實現了一個簡單的單層神經網路模型,在訓練10000次左右可以達到92.7%左右的準確率。但如果將神經網路的深度拓展,那麼很容易就能夠達到更高的準確率。官方中文文件中就提供了這樣的樣例,它的網路結構如

Database Functions官方連結(都是資料庫內建函式,速度較快)

https://docs.djangoproject.com/en/2.1/ref/models/database-functions/ Contents Database Functions Comparison and conversion functions

pandas.DataFrame.from_dict官方連結(通過資料字典建立df表,看下面的例子就能明白了)

http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.from_dict.html pandas.DataFrame.from_dict classmethod DataFrame.from_d

pandas.DataFrame官方連結

http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html pandas.DataFrame class pandas.DataFrame(data=None, index=Non

Pandas 讀excel函式read_excel()官方

http://pandas.pydata.org/pandas-docs/stable/io.html#reading-excel-files Excel files The read_excel() method can read Excel 2003 (.xls) and Excel 2

Tomcat學習 之一 Tomcat優化思路 官方 通讀一遍才是正道

Tomcat優化思路 執行緒池內取一個 直到達到臨界點(最大連線數) 請求佇列(記事本)* 記下來那些來不及處理的請求 請求佇列滿了 就達到瓶頸了* Tomcat 使用Java 編寫 記憶體 CPU 在不改變業務程式碼的思路 :主要有下面三種思路 第一點 優化思路,增大

Tomcat優化實戰之一 執行緒池的優化 多看官方

Tomcat優化實戰之一 執行緒池的優化 加多人幹活 maxConnections受作業系統核心影響 openFiles 控制代碼 ulimit -a ulimit -a 命令檢視linux centos下的 1024預設 修改openFiles 伺服器的保護

es-sql-jdbc官方機翻

  基本查詢語法是: SELECT fields from indexName WHERE conditions 要查詢特定型別的索引,請使用: SELECT fields from indexName/type WHERE conditions 您還可以一次查詢多個型