⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.xml

📁 一本关于EJB的书
💻 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">
    <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>
    <JMSJDBCStore ConnectionPool="ejbPool" Name="exampleJDBCStore"/>
    <Application Deployed="true" Name="Count" Path=".\config\mydomain\applications">
        <EJBComponent Name="Count" Targets="myserver" URI="Count.jar"/>
    </Application>
    <SNMPAgent Name="mydomain"/>
    <JDBCConnectionPool CapacityIncrement="1"
        DriverName="COM.cloudscape.core.JDBCDriver" InitialCapacity="1"
        MaxCapacity="10" Name="ejbPool"
        Properties="user=none;password=none;server=none"
        Targets="myserver" URL="jdbc:cloudscape:ejbdatabase"/>
    <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
    <JMSServer Name="myJMSServer" Store="exampleJDBCStore"
        Targets="myserver" TemporaryTemplate="MyJMS Template">
        <JMSTopic JNDIName="testtopic" Name="testtopic"/>
        <JMSTopic JNDIName="jasmine.examples.jms.orderProcess"
            Name="jasmine.examples.jms.orderProcess" StoreEnabled="true"/>
        <JMSQueue JNDIName="testqueue" Name="testqueue"/>
    </JMSServer>
    <Application Deployed="true" Name="Product" Path=".\config\mydomain\applications">
        <EJBComponent Name="Product" Targets="myserver" URI="Product.jar"/>
    </Application>
    <Application Deployed="true" Name="Account" Path=".\config\mydomain\applications">
        <EJBComponent Name="Account" Targets="myserver" URI="Account.jar"/>
    </Application>
    <FileRealm Name="wl_default_file_realm"/>
    <JTA Name="mydomain"/>
    <JMSConnectionFactory DefaultDeliveryMode="Non-Persistent"
        JNDIName="jasmine.examples.jms.TopicConnectionFactory"
        Name="jasmine.examples.jms.TopicConnectionFactory" Targets="myserver"/>
    <Application Deployed="true" Name="HelloWorld" Path=".\config\mydomain\applications">
        <EJBComponent Name="HelloWorld" Targets="myserver" URI="HelloWorld.jar"/>
    </Application>
    <ApplicationManager Name="mydomain"/>
    <Application Deployed="true" Name="certificate" Path=".\config\mydomain\applications">
        <WebAppComponent Name="certificate" Targets="myserver" URI="certificate.war"/>
    </Application>
    <Server ListenPort="7001" Name="myserver" NativeIOEnabled="true">
        <Log FileName="config/mydomain/logs/weblogic.log" Name="myserver"/>
        <WebServer DefaultWebApp="DefaultWebApp"
            LogFileName="./config/mydomain/logs/access.log"
            LoggingEnabled="true" Name="myserver"/>
        <KernelDebug Name="myserver"/>
        <ExecuteQueue Name="default" ThreadCount="15"/>
        <ServerDebug Name="myserver"/>
        <ServerStart 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>
    <PasswordPolicy Name="wl_default_password_policy"/>
    <JDBCTxDataSource JNDIName="ejbPool" Name="ejbPool"
        PoolName="ejbPool" EnableTwoPhaseCommit="true" Targets="myserver"/>
    <Application Deployed="true" Name="DefaultWebApp" Path=".\config\mydomain\applications">
        <WebAppComponent Name="DefaultWebApp" Targets="myserver" URI="DefaultWebApp"/>
    </Application>
    <JMSTemplate Name="MyJMS Template"/>
    <Security GuestDisabled="false" Name="mydomain"
        PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/>
</Domain>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -