📄 config.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><!--If your domain is active, please do not edit the config.xml file. Any changes made to that file while the domain is active will not have any effect on the domain's configuration and are likely to be lost. If your domain is inactive, you may edit this file with an XML editor. If you do so, please refer to the BEA Weblogic Server Configuration Reference documentation available from http://edocs.bea.com/wls/docs61/reference.html. In general, we recommend that changes to your configuration file be made through the Administration Console.--><Domain Name="mydomain"> <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/> <LDAPRealm AuthProtocol="simple" Credential="{3DES}HZqsoK4dc7qqRQ8GDmZyzm0gCdZ7ORh9" GroupDN="o=airius.com,ou=Groups" GroupIsContext="true" GroupNameAttribute="cn" GroupUsernameAttribute="member" LDAPURL="ldap://ldapserver:363" Name="defaultLDAPRealmForNovellDirectoryServices" Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment." Principal="cn=Admin,o=airius.com" SSLEnable="true" UserAuthentication="bind" UserDN="o=airius.com,ou=People" UserNameAttribute="cn" UserPasswordAttribute="userpassword"/> <ApplicationManager Name="mydomain"/> <Application Deployed="true" Name="certificate" Path=".\config\mydomain\applications"> <WebAppComponent Name="certificate" Targets="myserver" URI="certificate.war"/> </Application> <Application Deployed="true" Name="DefaultWebApp" Path=".\config\mydomain\applications"> <WebAppComponent Name="DefaultWebApp" Targets="myserver" URI="DefaultWebApp"/> </Application> <Server ListenPort="7001" Name="myserver" NativeIOEnabled="true"> <ServerDebug Name="myserver"/> <ExecuteQueue Name="default" ThreadCount="15"/> <WebServer DefaultWebApp="DefaultWebApp" LogFileName="./config/mydomain/logs/access.log" LoggingEnabled="true" Name="myserver"/> <KernelDebug Name="myserver"/> <ServerStart Name="myserver"/> <Log FileName="config/mydomain/logs/weblogic.log" Name="myserver"/> <SSL Enabled="true" ListenPort="7002" Name="myserver" ServerCertificateChainFileName="config/mydomain/ca.pem" ServerCertificateFileName="config/mydomain/democert.pem" ServerKeyFileName="config/mydomain/demokey.pem"/> </Server> <JMSJDBCStore ConnectionPool="ejbPool" Name="exampleJDBCStore"/> <Security GuestDisabled="false" Name="mydomain" PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/> <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/> <Application Deployed="true" Name="jasmine" Path=".\config\mydomain\applications\jasmine.ear"> <WebAppComponent Name="jasmine" Targets="myserver" URI="jasmine.war"/> <EJBComponent Name="jasmine" Targets="myserver" URI="jasmine.jar"/> </Application> <PasswordPolicy Name="wl_default_password_policy"/> <JDBCTxDataSource JNDIName="ejbPool" Name="ejbPool" PoolName="ejbPool" Targets="myserver"/> <FileRealm Name="wl_default_file_realm"/> <JMSConnectionFactory DefaultDeliveryMode="Non-Persistent" JNDIName="jasmine.examples.jms.TopicConnectionFactory" Name="jasmine.examples.jms.TopicConnectionFactory" Targets="myserver"/> <LDAPRealm AuthProtocol="simple" Credential="{3DES}HZqsoK4dc7qqRQ8GDmZyzm0gCdZ7ORh9" GroupDN="o=airius.com,ou=Groups" GroupIsContext="false" GroupNameAttribute="cn" GroupUsernameAttribute="uniquemember" LDAPURL="ldap://ldapserver:389" Name="defaultLDAPRealmForNetscapeDirectoryServer" Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment." Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot" UserAuthentication="local" UserDN="o=airius.com,ou=People" UserNameAttribute="uid" UserPasswordAttribute="userpassword"/> <JMSServer Name="myJMSServer" Store="exampleJDBCStore" Targets="myserver" TemporaryTemplate="MyJMS Template"> <JMSTopic JNDIName="testtopic" Name="testtopic"/> <JMSQueue JNDIName="testqueue" Name="testqueue"/> <JMSTopic JNDIName="jasmine.examples.jms.orderProcess" Name="jasmine.examples.jms.orderProcess" StoreEnabled="true"/> </JMSServer> <SNMPAgent Name="mydomain"/> <LDAPRealm AuthProtocol="simple" Credential="{3DES}HZqsoK4dc7qqRQ8GDmZyzm0gCdZ7ORh9" GroupDN="o=Microsoft, ou=Groups" GroupIsContext="true" GroupNameAttribute="cn" GroupUsernameAttribute="memberObject" LDAPURL="ldap://ldapserver:389" Name="defaultLDAPRealmForMicrosoftSiteServer" Notes="This is provided as an example. Before enabling this Realm, you must edit the configuration parameters as appropriate for your environment." Principal="cn=ldapadmin" UserAuthentication="local" UserDN="o=Microsoft, ou=Members" UserNameAttribute="cn" UserPasswordAttribute="userpassword"/> <JDBCConnectionPool CapacityIncrement="1" DriverName="COM.cloudscape.core.JDBCDriver" InitialCapacity="1" MaxCapacity="2" Name="ejbPool" Properties="user=none;password=none;server=none" Targets="myserver" URL="jdbc:cloudscape:ejbdatabase"/> <JMSTemplate Name="MyJMS Template"/> <JTA Name="mydomain"/></Domain>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -