ナビゲーションをスキップ

WebLogic Server 8.1 へのアップグレード

  前 次 前/次ボタンと目次ボタンとの区切り線 目次  

weblogic.properties の 6.x config.xml コンフィグレーション属性へのマッピング

WebLogic Server 6.0 より前のバージョンからアップグレードする場合は、Administration Console の weblogic.properties コンバータを使用して weblogic.properties ファイルのパラメータを config.xml ファイルの属性に変換してください。

WebLogic Server 6.x 以降のバージョンでは、コンフィグレーション属性の一部が変更されています。推奨されるアップグレード パス

次の weblogic.properties のマッピング表に、以前は weblogic.properties ファイルのパラメータで処理されていた機能を、config.xmlweb.xml、または weblogic.xml ファイルのどの属性で処理するのかを示します。

weblogic.properties ファイルのプロパティ

.xml コンフィグレーション属性

weblogic.administrator.email

config.xml:
EmailAddress

(Administrator 要素)

weblogic.administrator.location

config.xml:
Notes (自由形式、省略可能)

(Administrator 要素)

weblogic.administrator.name

config.xml:
Name

(Administrator 要素)

weblogic.administrator.phone

config.xml:
PhoneNumber

(Administrator 要素)

weblogic.cluster.defaultLoadAlgorithm

config.xml:
DefaultLoadAlgorithm

(Cluster 要素)

weblogic.cluster.multicastAddress

config.xml:
MulticastAddress

(Cluster 要素)

weblogic.cluster.multicastTTL

config.xml:
MulticastTTL

(Cluster 要素)

weblogic.cluster.name

config.xml
Cluster Address

(Cluster 要素)

weblogic.httpd.authRealmName

config.xml:
AuthRealmName

(WebAppComponent 要素)

weblogic.httpd.charsets

config.xml:
Charsets

(WebServer 要素)

weblogic.httpd.clustering.enable

config.xml:
ClusteringEnabled

(WebServer 要素)

weblogic.httpd.defaultServerName

config.xml
DefaultServerName

(WebServer 要素)

weblogic.httpd.defaultServlet

web.xml:

次の要素の URL パターンで servlet-mapping を定義する

<servlet-mapping> 要素

weblogic.httpd.defaultWebApp

config.xml:
DefaultWebApp

(WebServer 要素)

weblogic.httpd.enable

config.xml:
HttpdEnabled

(Server 要素)

weblogic.httpd.enableLogFile

config.xml:
LoggingEnabled

(WebServer 要素)

weblogic.httpd.http.keepAliveSecs

config.xml:
KeepAliveSecs

(WebServer 要素)

weblogic.httpd.https.keepAliveSecs

config.xml:
HttpsKeepAliveSecs

(WebServer 要素)

weblogic.httpd.indexDirectories

config.xml:
IndexDirectoryEnabled

(WebAppComponent 要素)

weblogic.httpd.keepAlive.enable

config.xml:
KeepAliveEnabled

(WebServer 要素)

weblogic.httpd.logFileBufferKBytes

config.xml:
LogFileBufferKBytes

(WebServer 要素)

weblogic.httpd.logFileFlushSecs

config.xml:
LogFileFlushSecs

(WebServer 要素)

weblogic.httpd.logFileFormat

config.xml:
LogFileFormat

(WebServer 要素)

weblogic.httpd.logFileName

config.xml:
LogFileName

(WebServer 要素)

weblogic.httpd.logRotationPeriodMins

config.xml:
LogRotationTimeBegin

(WebServer 要素)

weblogic.httpd.logRotationPeriodMins

config.xml:
LogRotationPeriodMins

(WebServer 要素)

weblogic.httpd.logRotationType

config.xml:
LogRotationType

(WebServer 要素)

weblogic.httpd.maxLogFileSizeKBytes

config.xml:
MaxLogFileSizeKBytes

(WebServer 要素)

weblogic.httpd.mimeType

web.xml:
mime-type

(<mime-mapping> 要素)

weblogic.httpd.postTimeoutSecs

config.xml:
PostTimeoutSecs

(WebServer 要素)

weblogic.httpd.servlet.extensionCaseSensitive

config.xml:
ServletExtensionCaseSensitive

(WebAppComponent 要素)

weblogic.httpd.servlet.reloadCheckSecs

config.xml:
ServletReloadCheckSecs

(WebAppComponent 要素)

weblogic.httpd.servlet.SingleThreadedModelPoolSize

config.xml:
SingleThreadedServletPoolSize

(WebAppComponent 要素)

weblogic.httpd.session.cacheEntries

weblogic.xml:
CacheSize

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.cookie.comment

weblogic.xml:
CookieComment

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.cookie.domain

weblogic.xml:
CookieDomain

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.cookie.maxAgeSecs

weblogic.xml:
CookieMaxAgeSecs

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.cookie.name

weblogic.xml:
CookieName

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.cookie.path

weblogic.xml:
CookiePath

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.cookies.enable

weblogic.xml:
CookiesEnabled

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.debug

weblogic.xml:
SessionDebuggable

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.enable

weblogic.xml:
TrackingEnabled

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.invalidationintervalSecs

weblogic.xml:
InvalidationIntervalSecs

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.jdbc.connTimeoutSecs

weblogic.xml:
JDBCConnectionTimeoutSecs

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.persistentStoreDir

weblogic.xml:
PersistentStoreDir

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.persistentStorePool

weblogic.xml:
PersistentStorePool

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.persistentStoreShared

weblogic.xml:
SessionPersistentStoreShared

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.persistentStoreType

weblogic.xml:
PersistentStoreType

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.sessionIDLength

weblogic.xml:
IDLength

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.swapintervalSecs

weblogic.xml:
SwapIntervalSecs

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.timeoutSecs

weblogic.xml:
TimeoutSecs

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.session.URLRewriting.enable

weblogic.xml:
URLRewritingEnabled

<param-name>/<param-value> 要素の組み合わせ

weblogic.httpd.tunneling.clientPingSecs

config.xml:
TunnelingClientPingSecs

(Server 要素)

weblogic.httpd.tunneling.clientTimeoutSecs

config.xml:
TunnelingClientTimeoutSecs

(Server 要素)

weblogic.httpd.tunnelingenabled

config.xml
TunnelingEnabled

(Server 要素)

weblogic.httpd.URLResource

config.xml:
URLResource

(WebServer 要素)

weblogic.iiop.password

config.xml:
DefaultIIOPPassword

(Server 要素)

weblogic.iiop.user

config.xml:
DefaultIIOPUser

(Server 要素)

weblogic.jdbc.connectionPool

  • url= JDBC ドライバの URL

  • driver= JDBC ドライバの完全パッケージ名

  • loginDelaySecs= 接続間の秒数

  • initialCapacity= JDBC 接続の初期数

  • maxCapacity= JDBC 接続の最大数

  • capacityIncrement= インクリメント間隔

  • allowShrinking= true に設定すると縮小が許可される

  • shrinkPeriodMins= 縮小前の間隔

  • testTable= 自動リフレッシュ テスト用のテーブルの名前

  • refreshTestMinutes= 自動リフレッシュ テストの間隔

  • testConnsOnReserve= true に設定すると予約時に接続をテストする

  • testConnsOnRelease= true に設定すると解放時に接続をテストする

  • props= JDBC 接続のプロパティ


URL

DriveName


LoginDelaySeconds


InitialCapacity


MaxCapacity


CapacityIncrement


AllowShrinking


ShrinkPeriodMinutes


TestTableName


RefreshMinutes


TestConnectionsOnReserve

TestConnectionsOnRelease

Properties

JDBCConnectionPool Element

ConnLeakProfilingEnabled

ACLName

CapacityEnabled

SupportsLocalTransaction

KeepLogicalConnOpenOnRelease

Password

weblogic.jdbc.enableLogFile

config.xml:
JDBCLoggingEnabled

(Server 要素)

weblogic.jdbc.logFileName

config.xml:
JDBCLogFileName

(Server 要素)

weblogic.jms.ConnectionConsumer

config.xml
JMSConnectionConsumer 要素

MessagesMaximum

Selector

Destination

weblogic.jms.connectionFactoryArgs.<<factoryName>>

  • ClientID

  • DeliveryMode

  • TransactionTimeout

config.xml:
JMSConnectionFactory 要素

ClientID

DefaultDeliveryMode

TransactionTimeout

UserTransactionsEnabled

AllowCloseInOnMessage

weblogic.jms.connectionFactoryName

config.xml:
JMSConnectionFactory 要素

JNDIName

weblogic.jms.connectionPool

ConnectionPool

(JMSJDBCStore 要素)

weblogic.jms.queue

config.xml:
JNDIName

StoreEnabled

(JMSDestination 要素)

weblogic.jms.queueSessionPool

config.xml:
ConnectionConsumer

ConnectionFactory

ListenerClass

AcknowledgeMode

SessionsMaximum

Transacted

(JMSSessionPool 要素)

weblogic.jms.tableNamePrefix

config.xml:
PrefixName

weblogic.jms.topic

config.xml
JNDIName

StoreEnabled

(JMSDestination 要素)

weblogic.jms.topicSessionPool

config.xml:
ConnectionConsumer

ConnectionFactory

ListenerClass

AcknowledgeMode

SessionsMaximum

Transacted

(JMSSessionPool 要素)

weblogic.jndi.transportableObjectFactories

config.xml:
JNDITransportableObjectFactoryList

(Server 要素)

weblogic.login.readTimeoutMillisSSL

config.xml
LoginTimeoutMillis

(SSL 要素)

weblogic.security.audit.provider

config.xml
AuditProviderClassName

(Security 要素)

weblogic.security.certificate.authority

config.xml
ServerCertificateChainFileName

(SSL 要素)

weblogic.security.certificate.server

config.xml:
ServerCertificateFileName

(SSL 要素)

weblogic.security.certificateCacheSize

config.xml:
CertificateCacheSize

(SSL 要素)

weblogic.security.clientRootCA

config.xml:
TrustedCAFileName

(SSL 要素)

weblogic.security.disableGuest

config.xml:
GuestDisabled

(Security 要素)

weblogic.security.enforceClientCert

config.xml:
ClientCertificateEnforced

(SSL 要素)

weblogic.security.key.export.lifespan

config.xml:
ExportKeyLifespan

(SSL 要素)

weblogic.security.key.server

config.xml:
ServerKeyFileName

(SSL 要素)

weblogic.security.ldaprealm.authentication

config.xml:
AuthProtocol

(LDAPRealm 要素)

weblogic.security.ldaprealm.credential

config.xml:
Credential

(LDAPRealm 要素)

weblogic.security.ldaprealm.factory

config.xml
LdapProvider

(LDAPRealm 要素)

weblogic.security.ldaprealm.groupDN

config.xml:
GroupDN

(LDAPRealm 要素)

weblogic.security.ldaprealm.groupIsContext

config.xml:
GroupIsContext

(LDAPRealm 要素)

weblogic.security.ldaprealm.groupNameAttribute

config.xml:
GroupNameAttribute

(LDAPRealm 要素)

weblogic.security.ldaprealm.groupUsernameAttribute

config.xml:
GroupUsernameAttribute

(LDAPRealm 要素)

weblogic.security.ldaprealm.principal

config.xml:
Principal

(LDAPRealm 要素)

weblogic.security.ldaprealm.ssl

config.xml:
SSLEnable

(LDAPRealm 要素)

weblogic.security.ldaprealm.url

config.xml:
LDAPURL

(LDAPRealm 要素)

weblogic.security.ldaprealm.userAuthentication

config.xml:
UserAuthentication

(LDAPRealm 要素)

weblogic.security.ldaprealm.userDN

config.xml:
UserDN

(LDAPRealm 要素)

weblogic.security.ldaprealm.userNameAttribute

config.xml:
UserNameAttribute

(LDAPRealm 要素)

weblogic.security.ldaprealm.userPasswordAttribute

config.xml:
UserPasswordAttribute

(LDAPRealm 要素)

weblogic.security.net.connectionFilter

config.xml:
ConnectionFilter

(Security 要素)

weblogic.security.ntrealm.domain

config.xml:
PrimaryDomain

(NTRealm 要素)

weblogic.security.realm.cache.acl.enable

config.xml:
ACLCacheEnable

(CachingRealm 要素)

weblogic.security.realm.cache.acl.size

config.xml:
ACLCacheSize

(CachingRealm 要素)

weblogic.security.realm.cache.acl.ttl.negative

config.xml:
ACLCacheTTLNegative

(CachingRealm 要素)

weblogic.security.realm.cache.acl.ttl.positive

config.xml:
ACLCacheTTLPositive

(CachingRealm 要素)

weblogic.security.realm.cache.auth.enable

config.xml:
AuthenticationCacheEnable

(CachingRealm 要素)

weblogic.security.realm.cache.auth.size

config.xml:
AuthenticationCacheSize

(CachingRealm 要素)

weblogic.security.realm.cache.auth.ttl.negative

config.xml:
AuthenticationCacheTTLNegative

(CachingRealm 要素)

weblogic.security.realm.cache.auth.ttl.positive

config.xml:
AuthenticationCacheTTLPositive

(CachingRealm 要素)

weblogic.security.realm.cache.caseSensitive

config.xml:
CacheCaseSensitive

(CachingRealm 要素)

weblogic.security.realm.cache.group.enable

config.xml:
GroupCacheEnable

(CachingRealm 要素)

weblogic.security.realm.cache.group.size

config.xml:
GroupCacheSize

(CachingRealm 要素)

weblogic.security.realm.cache.group.ttl.negative

config.xml:
GroupCacheTTLNegative

(CachingRealm 要素)

weblogic.security.realm.cache.group.ttl.positive

config.xml:
GroupCacheTTLPositive

(CachingRealm 要素)

weblogic.security.realm.cache.perm.enable

config.xml:
PermissionCacheEnable

(CachingRealm 要素)

weblogic.security.realm.cache.perm.size

config.xml:
PermissionCacheSize

(CachingRealm 要素)

weblogic.security.realm.cache.perm.ttl.negative

config.xml:
PermissionCacheTTLNegative

(CachingRealm 要素)

weblogic.security.realm.cache.perm.ttl.positive

config.xml:
PermissionCacheTTLPositive

(CachingRealm 要素)

weblogic.security.realm.cache.user.enable

config.xml:
UserCacheEnable

(CachingRealm 要素)

weblogic.security.realm.cache.user.size

config.xml:
UserCacheSize

(CachingRealm 要素)

weblogic.security.realm.cache.user.ttl.negative

config.xml:
UserCacheTTLNegative

(CachingRealm 要素)

weblogic.security.realm.cache.user.ttl.positive

config.xml:
UserCacheTTLPositive

(CachingRealm 要素)

weblogic.security.realm.certAuthenticator

config.xml:
CertAuthenticator

(SSL 要素)

weblogic.security.SSL.ciphersuite

config.xml
Ciphersuites

(SSL 要素)

weblogic.security.ssl.enable

config.xml:
Enabled

(SSL 要素)

weblogic.security.SSL.hostnameVerifier

config.xml
HostnameVerifier

(SSL 要素)

weblogic.security.SSL.ignoreHostnameVerification

config.xml
HostNameVerificationIgnored

(SSL 要素)

weblogic.security.SSLHandler.enable

config.xml:
HandlerEnabled

(SSL 要素)

weblogic.security.unixrealm.authProgram

config.xml:
AuthProgram

(UnixRealm 要素)

weblogic.system.AdministrationPort

config.xml
AdministrationPort

(Server 要素)

weblogic.system.bindAddr

config.xml:
ListenAddress

(Server 要素)

weblogic.system.defaultProtocol

config.xml:
DefaultProtocol

(Server 要素)

weblogic.system.defaultSecureProtocol

config.xml:
DefaultSecureProtocol

(Server 要素)

weblogic.system.enableConsole

config.xml:
StdoutEnabled

(Kernel 要素)

weblogic.system.enableIIOP

config.xml:
IIOPEnabled

(Server 要素)

weblogic.system.enableReverseDNSLookups

config.xml:
ReverseDNSAllowed

(Server 要素)

weblogic.system.enableSetGID,

config.xml:
PostBindGID

weblogic.system.enableSetUID,

config.xml:
PostBindUIDEnabled

weblogic.system.enableTGIOP

config.xml
TGIOPEnabled

(Server 要素)

weblogic.system.helpPageURL

config.xml
HelpPageURL

(Server 要素)

weblogic.system.home

config.xml:
RootDirectory

(Server 要素)

weblogic.system.ListenPort

config.xml
ListenPort

(Server 要素)

weblogic.system.logFile

config.xml:
FileName

(Log 要素)

weblogic.system.MagicThreadBackToSocket

config.xml:
MagicThreadDumpBackToSocket

(ServerDebug 要素)

weblogic.system.MagicThreadDumpFile

config.xml:
MagicThreadDumpFile

(ServerDebug 要素)

weblogic.system.MagicThreadDumpHost

config.xml:
MagicThreadDumpHost

(ServerDebug 要素)

weblogic.system.magicThreadDumps

config.xml:
MagicThreadDumpEnabled

(ServerDebug 要素)

weblogic.system.maxLogFileSize

config.xml:
FileMinxSize

(Log 要素)

weblogic.system.nativeIO.enable

config.xml:
NativeIOEnabled

(Server 要素)

weblogic.system.nonPrivGroup

config.xml
PostBindGID

(UnixMachine 要素)

weblogic.system.nonPrivUser

config.xml
PostBindUID

(UnixMachine 要素)

weblogic.system.percentSocketReaders

config.xml:
ThreadPoolPercentSocketReaders

(Kernel 要素)

weblogic.system.readTimeoutMillis

config.xml:
LoginTimeoutMillis

(Server 要素)

weblogic.system.SSL.useJava

config.xml:
UseJava

(SSL 要素)

weblogic.system.SSLListenPort

config.xml:
ListenPort

(SSL 要素)

weblogic.system.startupFailureIsFatal

config.xml
FailureIsFatal

(StartupClass 要素)

weblogic.system.user

config.xml:
SystemUser

(Security 要素)

weblogic.system.weight

config.xml
ClusterWeight

(Server 要素)

 

ページの先頭 前 次