

  <!--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 configuration DTD.  In general, we recommend that changes to your configuration file be made through the Administration Console.-->

  
  <Domain
    Name="mydomain"
  >
    <JDBCDataSource
      JNDIName="weblogic.jdbc.dataSource.MyJDBC Data Source"
      Name="MyJDBC Data Source"
      PoolName="MyJDBC Connection Pool"
      Targets="myserver"
    />
    <Application
      Deployed="true"
      Name="Personnel"
      Path=".\config\mydomain\applications"
    >
      <EJBComponent
        Name="Personnel"
        Targets="myserver"
        URI="Personnel.jar"
      />
    </Application>
    <JDBCConnectionPool
      CapacityIncrement="1"
      DriverName="COM.cloudscape.core.RmiJdbcDriver"
      InitialCapacity="1"
      Name="MyJDBC Connection Pool"
      Properties="password=none;username=none"
      Targets="myserver"
      TestConnectionsOnRelease="true"
      TestConnectionsOnReserve="true"
      TestTableName="person"
      URL="jdbc:cloudscape:rmi://localhost:1099/ejava;create=true"
    />
    <FileRealm
      Name="wl_default_file_realm"
    />
    <LDAPRealm
      AuthProtocol="simple"
      Credential="MyLDAPCredential"
      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"
    />
    <Application
      Deployed="true"
      Name="loginapp"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="loginapp"
        Targets="myserver"
        URI="loginapp.war"
      />
    </Application>
    <Realm
      FileRealm="wl_default_file_realm"
      Name="wl_default_realm"
    />
    <Security
      GuestDisabled="false"
      Name="mydomain"
      PasswordPolicy="wl_default_password_policy"
      Realm="wl_default_realm"
    />
    <Application
      Deployed="true"
      Name="console"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="console"
        Targets="myserver"
        URI="console.war"
      />
    </Application>
    <PasswordPolicy
      Name="wl_default_password_policy"
    />
    <Application
      Deployed="true"
      Name="UID"
      Path=".\config\mydomain\applications"
    >
      <EJBComponent
        Name="UID"
        Targets="myserver"
        URI="UID.jar"
      />
    </Application>
    <Application
      Deployed="true"
      Name="DefaultWebApp_myserver"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="DefaultWebApp_myserver"
        Targets="myserver"
        URI="DefaultWebApp_myserver"
      />
    </Application>
    <JTA
      Name="mydomain"
    />
    <LDAPRealm
      AuthProtocol="simple"
      Credential="MyLDAPCredential"
      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"
    />
    <ApplicationManager
      Name="mydomain"
    />
    <Application
      Name="appfolder"
      Path=".\config\mydomain\applications\appfolder"
    />
    <Log
      FileName="config/mydomain/logs/wl-domain.log"
      Name="mydomain"
    />
    <LDAPRealm
      AuthProtocol="simple"
      Credential="MyLDAPCredential"
      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"
    />
    <Application
      Deployed="true"
      Name="testapp"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="testapp"
        Targets="myserver"
        URI="testapp.war"
      />
    </Application>
    <Application
      Deployed="true"
      Name="personnel"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="personnel"
        Targets="myserver"
        URI="personnel.war"
      />
    </Application>
    <Server
      ListenPort="7001"
      Name="myserver"
      NativeIOEnabled="false"
    >
      <ServerDebug
        Name="myserver"
      />
      <WebServer
        DefaultWebApp="DefaultWebApp_myserver"
        LogFileName="./config/mydomain/logs/access.log"
        LoggingEnabled="true"
        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"
      />
      <KernelDebug
        Name="myserver"
      />
    </Server>
    <Application
      Deployed="true"
      Name="webbasics"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="webbasics"
        Targets="myserver"
        URI="webbasics.war"
      />
    </Application>
    <Application
      Deployed="true"
      Name="certificate"
      Path=".\config\mydomain\applications"
    >
      <WebAppComponent
        Name="certificate"
        Targets="myserver"
        URI="certificate.war"
      />
    </Application>
  </Domain>
