WebLogic horizontal clustering configuration.

Hello

I'm new with weblogic. I have a question on the establishment of a cluster on multiple physical computers (horizontal cluster layout). I read the BEA documentation, but am still confused.

I have installed weblogic 10.3 on machine A and created a domain with a group which consists of 2 servers application (running locally). If I want to have another server application running on the physical computer B to add to the cluster, should I create a domain with a similar name on computer B, create an application server and add it to the cluster, or should I just use the commands of utility 'pack' and 'unzip' for this purpose?

As I understand it, the command to unpack/pack is used if I want to manage the remote application servers. So if I 'pack' of the field on computer A and "unzip" on computer B, am I supposed to be able to connect to the management node to a machine B machine?

Sorry if the last part of my question is confusing, I couldn't get it to work (am not in the office right now so I can't provide the error of trying to connect to the node Manager).

If someone could point me to some tutorials or documentation more, it'll be a great help as well.

Thanks in advance.

Hello

Your interpretation is correct. First of all, you need to install WLS of the same version on the remote computer you want to add to the domain.
Then, create a jar of model of managed server with the command of the pack on the local computer. Then use unzip to unzip the jar of model on the remote machine.

Use the pack command to create a managed server template (a .jar file which, by default, only contains the files needed to create a managed server domain directory), copy the model to the remote computer and the unpacking of the model to create a directory for a managed server domain.

Note: You must create the directory of the Managed Server domain on the remote computer that meets the definition for managed servers specified in the model.

Here are the steps to create a domain directory of the server run on a remote machine:

Create a server managed by using the pack command model. A managed server template, by default, only contains the files needed to create a server run on a remote machine.
Create a managed server domain directory by copying and unpacking the server run on a remote machine model.
Start the server on the remote computer.

You can see the following link for details: -.
Link: [http://e-docs.bea.com/common/docs103/pack/tasks.html#wp1068348]

Hope this helps :)

Kind regards.

Tags: Fusion Middleware

Similar Questions

  • Domain with Weblogic 12 c configuration of ZIP archive

    Hello

    for purposes of development, I set up an Ubuntu Linux system and installed Weblogic 12.1.3 zip archive follows the instructions added to archive (download of software Oracle Fusion Middleware).

    But coming to the point where I want to create the field, documentation is vague and I don't know exactly what to do and why the field isn't, and no more scripts are created.

    Documentation states:

    It is recommended that you create areas outside the MW_HOME.

    Linux

    $ mkdir/home/myhome/mydomain

    $ cd/home/myhome/mydomain

    $ $JAVA_HOME/bin/java $JAVA_OPTIONS-Xmx1024m - XX: MaxPermSize = 256 m weblogic. Server

    So I did the following (normal user is named oracle):

    $ mkdir /home/oracle/chkdom
    $ cd /home/oracle/chkdom
    $ sudo su
    $ source /etc/profile
    $ $JAVA_HOME/bin/java -Xmx1024m -XX:MaxPermSize=256m weblogic.Server
    

    WebLogic Server starts and the directory structure is created. I invited the start Weblogic server user identification information. But no more than the following output is produced:

    No config.xml was found.
    Would you like the server to create a default configuration and boot? (y/n): y
    <06.11.2014 22:54 Uhr MEZ> <Info> <Management> <BEA-140013> </home/oracle/chkdom/config not found> 
    <06.11.2014 22:54 Uhr MEZ> <Info> <Management> <BEA-141254> <Generating new domain directory in /home/oracle/chkdom.>
    

    What's not?

    Okay, forget my ad.

    I had to wait over half an hour and domain is created.

  • Problem with db/server connection in a cluster on the WebLogic application server configuration

    Hi all,

    Maybe someone here has already encountered this problem. I want to deploy and run my application on a cluster (with 2 servers) on WebLogic configuration. All data sources appear to be configured correctly, the application is deployed correctly and that it works correctly, except when a sql query is taken to a specific java class (DataGridService) that handles the results grid search.

    It displays the following error:

    MDatagrid: query: select * xxxxxx WHERE (xxxx) {'success': false, 'id': messageType '',' ': "ERROR", "messageFunction": "Sql Error", 'messageDescription' ': 'java.lang.ClassCastException: weblogic.jdbc.rmi.SerialConnection_weblogic_jdbc_rmi_internal_ConnectionImpl_weblogic_jdbc_wrapper_JTAConnection_weblogic_jdbc_wrapper_XAConnection_oracle_jdbc_driver_LogicalConnection_1211_WLStub cannot be cast to oracle.jdbc.OracleConnection',' iconMessage":"Ext.MessageBox.ERROR","buttonMessage":"Ext.MessageBox.OK","msgTitle":"System Error!"}

    As I said, all sources of data in the console of wl appear to be correctly configured with the option "Not packaged data items of Type" not selected. All other connection db work correctly but there is a problem only with this particular class and with the cluster configuration, in fact it works correctly on a stitching configuration. In this case, the same problem occurs if 'Objects of Type data not packaged' is selected.

    Maybe there is a problem with a certain configuration of wl. Can someone help us?

    We have just solved the problem: in the properties file, wls.context parameter, we forgot to insert the ip for all servers in the cluster

    for example, cluster with 2 servers

    bad: wls.context=t3://ip-address:7001 (this is the only server admin)

    correct: wls.context=t3://ip address: 7001,ip address: 7002,ip address: 7003 (admin server, Server1 Server2)

  • question about clustering configuration in LCDS3.1

    In the doc LCDS3.1, it is said "using the"
    shared-backend = "false".
    the configuration attribute does not have a single, consistent view of the data in the cluster
    . When two clients are connected to different servers in the cluster, if they make conflicting updates to the same data value, each server applies these changes in a different order. The result is that clients connected to a server to see a view of the data, while the clients connected to other servers have a different view. The conflict detection mechanism does not detect these changes as long as conflicts. If you need a single view of data where both clients are updating the same data values at roughly the same time, use a database or some other mechanism to ensure that the regular blocking is done when updating the data in the back-end system".

    This means using the static-backend = "true" IS guaranteed a single consistent view of the data in the cluster? Or it means that I must use the level of database locking in both cases?

    Here is some info on this to Mete Atamel, engineer of the LiveCycle Data Services team:

    When shared-backend = true, a single consistent data display is guaranteed, but it's not because of the shared-backend itself, but rather the fact that once shared-backend = true, there is a single database used by multiple instances of the LCD screens.

    Imagine a scenario where you have two LCDs nodes in a cluster with the destinations of two data, on node1 and Node2, on management and they are grouped (via JGroups). You can have these destinations maintain their own DB, and when a change occurs in a node¹s destination, destination of the other node gets a message JGroups and updates its own DB. It works but it is not ideal because at some point, you¹re try to maintain the State of cluster even on two different DBs and there are times where connected clients do not get a consistent view of the data.

    Instead, you can use a single database and have the two destinations, talk with the same PB, if you have a single consistent view of the data. When possible, you enable property shared-backend in the destinations of LCD screens, in this way when a single destination updates of the DB and send a message of JGroups the other destination, the other destination do not have to update the DB again, instead she simply passes the update message to clients connected without sending it to the adapter.

  • 10.3, as "only Weblogic server" cluster configuration

    Hello

    We have a Cluster of servers managed by two. Ports are the MS 7002, 7003. We want these server deployments to be visible through port 80/443. Currently we have Mapviewer application deployed and targeted to the cluster. All servers are running and the deployment is active. However, we are only able to access the deployment on ports 7002, 7003.

    The documentation states: "a group of WebLogic Server consists of several instances of Server WebLogic Server running simultaneously and work together to provide scalability and reliability.» A cluster appears to clients as a single instance of WebLogic Server".

    But nowhere does how to get a cluster to appear as a "single Weblogic Server instance. Where this happens in the console files or config admin? Maybe it's a function of node Manager? Help, please. Thank you.

    Look at the following for more information on the conduct of with WebLogic load balancing: [http://e-docs.bea.com/wls/docs92/cluster/load_balancing.html].

    It seems that there are a few options to make the 'internal' (not an external load balancer) load balancing, using a proxy plugin.

  • Scipt PowerCli to find VM outside groups of DRS in VMware clusters configuration rules

    Hello


    I have a cluster VMware DRS rules enabled, with 'Virtual Machines to hosts' type.


    Whenever a virtual machine is created, it must be added manually in one of our group of DRS within the parameters of the VMware cluster rules. To check if this action has not been forgotten, we need run a script with PowerCli, showing the virtual machine that are not present in the Group of DRS.


    any idea to create this kind of script?


    Thanks for your help


    Concerning

    Would this be something like this work?

    $cluster = get-Cluster-name mycluster

    $vmsInGroup = $cluster. ExtensionData.ConfigurationEx.Group | Where {$_-is [VMware.Vim.ClusterVmGroup]} | %{

    Notice-EEG-Id $_. VM | Select the name of ExpandProperty-

    }

    Get-VM-location $cluster | Where {$vmsInGroup - notcontains $_.} Name} |

    Select the name of ExpandProperty-

    The script first gets the names of all virtual machines that are used in any VM Group on the cluster.

    Then he gets all the virtual machines in the cluster and displays only the names of these virtual machines that are not in a VM group

  • Real Application Clusters configuration

    Hello world

    How to create a database with RAC?

    I have work experience in oracle 9i, but I am trying to create a database with RAC. Can someone give me the steps to do so.


    Thank you

    You already have a RAC cluster set up for you? Because you need to create a RAC database. I would say that, like others to begin with the docs. To create the db, all you need is run DBCA which can create a stand-alone database and a RAC database as well.

    HTH
    Aman...

  • Cluster environment horizontal Admin Server questions

    Hi all

    I have 2 guests where obiee 11g is horizontally clustered.

    Please let us know what steps I need to follow to make the server (weblogic) high Admin available.

    I mean even if admin server will it'll work.

    TIA

    Check these

    http://www.rittmanmead.com/2010/07/OBIEE-11gr1-ScaleOut-clustering-and-high-availability/

    Configure high availability for Oracle Business Intelligence and EPM - 11 g Release 1 (11.1.1)

  • How to make the Apache configuration for two different areas

    Hello

    I was trying just a few clustering on weblogic workshop. I was facing a problem... Here's the scenario:

    I have two clusters:

    CLUSTER1: 3 managed servers (server1, server2, serveur3)
    Cluster2: 2managed servers (server4, Server5)

    I have two examples of applications I have made on these two clusters i.e on cluster1 app1 and app2 on cluster2.

    These two applications are deployed all as I am able to open these browser applications by calling the individual run as server port: http://localhost:7003 / app1.

    Now, I have installed an apache server on my laptop and configured the http.conf file.


    Question: I am not able to call the application of apache. If there is only a single cluster then it works very well and for an application two that a single cluster (application) only works too which port is set in the last.

    Here are the contents of my httpd.conf file:

    #
    # This is the main Apache HTTP server configuration file. It contains the
    configuration directives # that give the server its instructions.
    # See < URL: http://httpd.apache.org/docs/2.2 > for more information.
    # See especially
    # < URL: http://httpd.apache.org/docs/2.2/mod/directives.html >
    # for an analysis of each configuration directive.
    #
    # Do NOT simply read the instructions here without understanding
    # what they do. They are there only as advice or reminders. If you do not know
    # consult the online documentation. You have been warned.
    #
    # Configuration and logfile names: If the file names that you specify for a lot
    number of files in server control begin by "/" (or "drive: / 'for Win32 '), the
    # server uses this explicit path. If the file names do not start
    # with "/", the value of ServerRoot directive is preceded by - so "logs/foo.log.
    # with ServerRoot set to "C:/Program Files/Apache Software Foundation/Apache2. 2' will be interpreted by the
    # Server as "C:/Program Files/Apache Software Foundation/Apache2.2/logs/foo.log".
    #
    # NOTE: Where file names are specified, you must use forward slashes
    # instead of backslashes (e.g. "c:/apache" instead of "c:\apache").
    # If a drive letter is omitted, the drive on which httpd.exe is located
    # will be used by default. It is recommended that you always provide
    # an explicit drive letter in absolute paths to avoid confusion.

    #
    # ServerRoot: The top of the directory under which the server tree
    # configuration, error and the log files are kept.
    #
    # Do not add a bar slash at the end of the directory path. If you point
    # ServerRoot to non-local disk, remember to point the LockFile directive
    # to a local disk. If you want to share the same multiple ServerRoot
    demons of # httpd, you will need to change at least the LockFile and PidFile.
    #
    ServerRoot "C:/Program Files/Apache Software Foundation/Apache2. 2. "

    #
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    ports #, instead of the default value. See also the < VirtualHost >
    directive #.
    #
    # Change this to listen on specific IP addresses below for
    # prevent Apache glomming on all related IP addresses.
    #
    #Listen 12.34.56.78:80
    Listen 80

    #
    # Dynamic Shared Object (DSO) Support
    #
    # To be able to use the features of a module that was built as a DSO you
    # duty place corresponding 'LoadModule' lines at this location until the
    # the directives that it contained are actually available before their use.
    # Modules statically compiled (those listed by "httpd-l") is not necessary
    # to be responsible here.
    #
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    #
    LoadModule modules/mod_actions.so actions_module
    LoadModule alias_module modules/mod_alias.so
    LoadModule modules/mod_asis.so asis_module
    LoadModule auth_basic_module modules/mod_auth_basic.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    #LoadModule authn_alias_module modules/mod_authn_alias.so
    #LoadModule authn_anon_module modules/mod_authn_anon.so
    #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule modules/mod_authn_default.so authn_default_module
    LoadModule authn_file_module modules/mod_authn_file.so
    #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule modules/mod_authz_default.so authz_default_module
    LoadModule modules/mod_authz_groupfile.so authz_groupfile_module
    LoadModule modules/mod_authz_host.so authz_host_module
    #LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule modules/mod_authz_user.so authz_user_module
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule cache_module modules/mod_cache.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule modules/mod_cgi.so cgi_module
    #LoadModule charset_lite_module modules/mod_charset_lite.so
    #LoadModule dav_module modules/mod_dav.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    #LoadModule dav_lock_module modules/mod_dav_lock.so
    #LoadModule dbd_module modules/mod_dbd.so
    Modules/mod_deflate.so deflate_module #LoadModule
    LoadModule modules/mod_dir.so dir_module
    #LoadModule disk_cache_module modules/mod_disk_cache.so
    #LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule env_module modules/mod_env.so
    #LoadModule modules/mod_expires.so expires_module
    #LoadModule ext_filter_module modules/mod_ext_filter.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule filter_module modules/mod_filter.so
    #LoadModule modules/mod_headers.so headers_module
    #LoadModule ident_module modules/mod_ident.so
    #LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule modules/mod_include.so include_module
    #LoadModule info_module modules/mod_info.so
    LoadModule modules/mod_isapi.so isapi_module
    #LoadModule ldap_module modules/mod_ldap.so
    #LoadModule logio_module modules/mod_logio.so
    LoadModule log_config_module modules/mod_log_config.so
    #LoadModule log_forensic_module modules/mod_log_forensic.so
    #LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule negotiation_module modules/mod_negotiation.so
    #LoadModule modules/mod_proxy.so proxy_module
    #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule
    Modules/mod_proxy_connect.so proxy_connect_module #LoadModule
    Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule
    Modules/mod_proxy_http.so proxy_http_module #LoadModule
    #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    #LoadModule reqtimeout_module modules/mod_reqtimeout.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    Modules/mod_speling.so speling_module #LoadModule
    Modules/mod_ssl.so ssl_module #LoadModule
    #LoadModule modules/mod_status.so status_module
    #LoadModule substitute_module modules/mod_substitute.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    #LoadModule userdir_module modules/mod_userdir.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule version_module modules/mod_version.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule modules/mod_wl.so weblogic_module



    * < IfModule mod_weblogic.c > *.
    WebLogicCluster 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7003, 127.0.0.1:7103, 127.0.0.1:7104
    MatchExpression /app1
    * < / IfModule > *.
    * < location /weblogic > *.
    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104
    DebugConfigInfo WE
    PathTrim /weblogic
    * < / location >. *

    * < IfModule mod_weblogic.c > *.
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    MatchExpression /app2
    * < / IfModule > *.
    * < location /weblogic > *.
    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE
    PathTrim /weblogic
    * < / location >. *


    < IfModule! mpm_netware_module >
    < IfModule! mpm_winnt_module >
    #
    # If you want httpd to run as a different user or group, you must run
    # httpd as root initially and it will pass.
    #
    # Group / user: the name (or #number) of the user/group to run httpd as.
    # It is generally advisable to create a dedicated and aggregatable for user
    # httpd, as with most system services are running.
    #
    Demon of the user
    Daemon group

    < / IfModule >
    < / IfModule >

    Server configuration # 'hand '.
    #
    # The directives in this section implement the values used by the 'hand '.
    # Server, which meets all demands that are not managed by a
    definition of # < VirtualHost >. These values also provide defaults for
    # all < VirtualHost > containers you can set later in the file.
    #
    # All these directives may appear inside containers < VirtualHost >,.
    # in which case the value default parameters will be substituted for the
    virtual host of # being defined.
    #

    #
    # ServerAdmin: Your address, where problems with the server should be
    # e-mail. This address appears on some generated by the page server, such
    # as error documents. for example [email protected]
    #
    ServerAdmin < adminurl >
    #
    # ServerName gives the name and the port used by the server to identify itself.
    # This can often be determined automatically, but we recommend that you specify
    # explicitly to avoid problems during startup.
    #
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #
    #ServerName < servername >
    # DocumentRoot: The directory you are going to use your
    documents #. By default, all requests are taken from this directory, but
    aliases and symlinks # can be used to point to other locations.
    #
    DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs".

    #
    # Each directory that Apache has access can be configured in respect
    # to which services and features are allowed and/or disabled in this
    # Directory (and its subdirectories).
    #
    # Everything first, we configure the 'default' to be a very restrictive of game
    features #.
    #
    < directory / >
    Options FollowSymLinks
    AllowOverride None
    Order deny, allow
    Refuse to all the
    < / Book >

    #
    # Note that, from this point forward you must precisely enable
    features special # to be enabled - so if something doesn't work not as
    # you might expect, make sure that you have specifically enabled it
    # below.
    #

    #
    # This should be replaced by what you set DocumentRoot.
    #
    < directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" >
    #
    # Possible values for the Options directive are "None", "All."
    # or any combination of:
    # Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named explicitly -'all Options '.
    # is not give it to you.
    #
    # The Options directive is complex and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # For more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be 'All', 'None', or any combination of key words:
    # Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow, deny
    Allow all the

    < / Book >

    #
    # DirectoryIndex: sets the file Apache will serve if a directory
    # is requested.
    #
    < IfModule dir_module >
    DirectoryIndex index.html
    < / IfModule >

    #
    # The following lines prevent the .htaccess and .htpasswd files to be
    # seen by customers of the Web.
    #
    < FilesMatch "^ \.ht" > "".
    Order allow, deny
    Refuse to all the
    Meet all
    < / FilesMatch >

    #
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive in a < VirtualHost >
    # container, error messages related to this virtual host will be
    # logged here. If you do define a for a < VirtualHost > error log
    container of #, that host errors will be logged there and not here.
    #
    ErrorLog logs / 'error.log '.

    #
    # LogLevel: Control the number of messages in the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,.
    # emerg, alert.
    #
    LogLevel warn

    < IfModule log_config_module >
    #
    # The following directives define some nicknames format for use with
    # a directive CustomLog (see below).
    #
    "LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"
    "LogFormat '%%u %t \"%r\ hour' % > s %b "commune

    < IfModule logio_module >
    # You must enable mod_logio.c use %I and frequency
    "" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio
    < / IfModule >

    #
    # The location and format of the access (Common Log Format) log file.
    # If you do not have any logfiles access set in a < VirtualHost >
    container of #, they will be saved here. On the other hand, if you the do
    # define per - < VirtualHost > access logfiles, transactions will be
    # logged there and not in this file.
    #
    Common CustomLog "logs/access.log.

    #
    # If you prefer a log file of access, agent, and referer information
    # (Combined logfile format) you can use the following directive.
    #
    #CustomLog "logs/access.log' combined
    < / IfModule >

    < IfModule alias_module >
    #
    # Redirect: Allows to tell clients the documents used for
    # exist in your server's namespace, but no more. The customer
    # make a new request for the document at its new location.
    # Example:
    # Redirect permanent/foo http:// < url >/bar

    #
    # Alias: Maps web paths into paths of file system and is used to
    # access content that don't live under the DocumentRoot directive.
    # Example:
    # Alias /webpath/full/filesystem/path
    #
    # If you include a trailing / on /webpath, then the server will be
    # require that he be present in the URL. It is also likely that
    # duty provide a < Directory > section to allow access to
    # the path to the file system.

    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as assumed names, except that
    # documents in the target directory are treated as applications and
    # executed by the server on demand, rather than as documents sent to the
    client of #. The same regulation on flight "/" applies to the ScriptAlias
    # as for the Alias directives.
    #
    ScriptAlias/cgi-bin / "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/".

    < / IfModule >

    < IfModule cgid_module >
    #
    # ScriptSock: On threaded servers, refers to the access path to the UNIX
    decision # used to communicate with the CGI mod_cgid daemon.
    #
    Newspapers/cgisock #Scriptsock
    < / IfModule >

    #
    # "C:/Program Files / Apache Software Foundation/Apache2.2/cgi-bin" should be replaced by everything that your ScriptAlias
    # CGI directory exists, if you have set up.
    #
    < directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin" >
    AllowOverride None
    None of the options
    Order allow, deny
    Allow all the
    < / Book >

    #
    # DefaultType: Server default MIME type used for a document
    # If it cannot establish also as file name extensions.
    # If your server contains mainly text or HTML documents, it is "text/plain".
    # a good value. If your content is binary, such as applications
    # or images, you can use "application/octet-stream" instead of
    # Keep browsers try to view binary files, as if they were
    # text.
    #
    DefaultType text/plain

    < IfModule mime_module >
    #
    # TypesConfig points to the file containing the list of mappings from
    # MIME file extension - type.
    #
    TypesConfig conf/mime.types

    #
    # AddType allows you to add or replace the MIME configuration
    # the file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress. Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented out, then you
    # should probably define these extensions to indicate media types:
    #
    AddType application/x-compress. Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain "manipulators": file extensions
    # No actions associated with the file type. It can be either integrated into the server
    # or added to the directive of the Action (see below)
    #
    # To use CGI outside of ScriptAlias directories scripts:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For maps of type (negotiated resources):
    #AddHandler type-plan of the var

    #
    # Filters allow you to process content before sending it to the client.
    #
    # To parse .shtml for server-side includes (SSI) files:
    # (You will also need to add "Includes" the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    < / IfModule >

    #
    # The mod_mime_magic module allows the server to use various boards of the
    content of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the definitions of suspicion.
    #
    #MIMEMagicFile conf/magic

    #
    # Customizable error responses come in three flavors:
    ((# 1) text 2) local redirects 3) external redirects
    #
    # Examples:
    #Error Document 500 "The server made a boo boo".
    #Error Document 404 Missing.html
    #Error Document 404 "/cgi-bin/missing_handler.pl"
    #Error Document 402 subscription_info.html < url >
    #

    #
    # EnableMMAP and EnableSendfile: on systems that support.
    projection in memory # or the sendfile syscall is used to deliver
    # files. Usually, this improves the performance of the server, but must
    # turn off when mounted network is served
    # file systems or if support for these functions is also
    # broken on your system.
    #
    #EnableMMAP off
    #EnableSendfile off

    # Additional configuration
    #
    # The configuration files in the conf/extra/directory can be
    # included to add additional features or change the default configuration
    # the server, or you can simply copy their content here and change as
    # necessary.

    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf

    # Multilingual error messages
    #Include conf/extra/httpd-multilang-errordoc.conf

    # Entries to the fancy directory
    #Include conf/extra/httpd-autoindex.conf

    # Language settings
    #Include conf/extra/httpd-languages.conf

    # User directories
    #Include conf/extra/httpd-userdir.conf

    # Info in real time on the applications and configuration
    #Include conf/extra/httpd-info.conf

    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf

    # Local access to the manual for the Apache HTTP Server
    #Include conf/extra/httpd-manual.conf

    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf

    # Various default settings
    #Include conf/extra/httpd-default.conf

    # Secure connections (SSL/TLS)
    #Include conf/extra/httpd-ssl.conf
    #
    # Note: The following text should be present to support
    # start without SSL on platforms without equivalent/dev/random
    but # a statically compiled in mod_ssl.
    #
    < IfModule ssl_module >
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    < / IfModule >

    This is so for the app2 only configuration above, I am able to call and app1 his adage "404 page not found".

    Can soomebody help me cofiguring apache so that I can call the two applications.


    Thank you
    Ankit

    >

    WebLogicCluster 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7003, 127.0.0.1:7103, 127.0.0.1:7104
    MatchExpression /app1


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104

    DebugConfigInfo WE
    PathTrim /weblogic


    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    MatchExpression /app2


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE
    PathTrim /weblogic

    >

    This configuration is a little weird. He has /app1 MatchExpression and MatchExpression /app2 and at the same time two sections . Are you sure you understand what means that the configuration?

    Try something like this...


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007, 127.0.0.1:7103, 127.0.0.1:7104
    DebugConfigInfo WE


    SetHandler weblogic-Manager
    WebLogicCluster 127.0.0.1:7003, 127.0.0.1:7005, 127.0.0.1:7007
    DebugConfigInfo WE

    where /app1 and /app2 are your weblogic applications contexts.

    http://download.Oracle.com/docs/CD/E11035_01/WLS100/plugins/Apache.html
    http://httpd.Apache.org/docs/2.0/mod/core.html#location

  • Installation of OBIEE with weblogic

    I am plaining to install OBIEE on 4 servers for IBM blades.
    WebLogic (with clustering) is already installed.
    I am confused I will install OBIEE on all 4 servers and then perform the configuration in files, as written in the oracle documentation or will I use Weblogic Manager and install only on the node main and oracle installer will take care of the other nodes.

    The first option.

  • VCS Cluster configuration

    I'll put up a cluster between VCS - 02c in version 8.x and one of them will be the captain. I will put all endpoints in the VCS - C Master points, what would happen if the master of VCS - C problems? My end points would be automatically transferred to another VCS - C (backup)?

    Hello

    Setup is a cluster of VCS VCS a set up a Master and others as a slave.

    Your points of termination/Codec must register to the VCS cluster (you need to update your DNS with VCS cluster name i.e. clustervcs.domain.com with the ip addresses of two VCS.  You can use SRV records to do a primary and the other back).  If your CODEC does not support the SRV record then you can put the IP of master VCS and the registration, the VCS Master will provide the idec with its ip address and ip address of the slave VCS.

    A good link:

    http://www.netcraftsmen.NET/blogs/entry/Cisco-VCs-clustering-configuration.html

    I hope this helps.

    Kind regards

    Ahmed

  • Configuration of Active Directory in OBIEE 11g

    Hello gurus,

    We have two sets of different users in our ad server on the same host and accessible with the same account system

    1. employees

    2. the Contracting Parties

    From now on, the OBIEE 11 g weblogic system is configured to allow access only to the employees of the advertising tree.

    All employees and contractors are assigned to the same set of user AD groups.

    Currently, we create entrepreneurs as independent users in the administration console and we manually assign groups.

    However, we are having the similar configuration for entrepreneurs (ie., as employees thro AD)

    I copy - paste the authentication provider specific of the OBIEE config.xml and created a new for entrepreneurs with a new user base

    UserBase DN: OR = contractors, DC = abc, DC = com

    All other attributes are exactly the same between the two suppliers of employees and entrepreneurs including the service account in MSAD

    The problem is that I am able to see users contractor under users and groups in the weblogic console, but not able to connect in OBIEE users of the contractor.

    As these groups are already part of the existing installation program (Employees), I did any changes in EM to App role - installation of groups.

    I see also that under users and groups get duplicated because they come from several suppliers. Can we get specific groups they come from different trees of a single AD server.

    If not, can anyone suggest if we can specify multiple trees as Userbase DN of the single AD server in weblogic provider configuration?

    Can someone let me know if I am missing measures?

    Thank you

    Shravan

    You need to restart the battery.  I know that weblogic doesn't make you - but you need from my experience.

    Also is it all as well you can reverse the AD autour configuration.  The path of least resistance we have Weblogic dial has for a complete list of users and a complete list of groups - it don't trim it down by the group as you do above and then create several connections AD.  So just have a tree for all users, where it contains the contractor and the employees.  And another tree for all ad groups.  Then have Announces create 2 groups - one for employees and a contractor.

    Users would be something like - DN: CN = Users, DC = abc, DC = com

    The groups would be something like - DN: CN = Groups, DC = abc, DC = com

    -What makes the wider AD connection.  I stopped adding several sources from AD of the group.  She only source with a global list of users and groups.

    This way you only download duplicates.  Its Announces responsibility to people is the right group so you can correctly set the EM group.  Long story short is its a problem of AD delivers a Weblogic - I nettoieriez it in the original source (i.e. AD), then delete all multiple connections, so the same ad.

  • Installation of Oracle Weblogic Application Server distributed environment

    Hello

    It's like when we install in distributed environment (Windows and Linux). Oracle Weblogic application server is installed automatically on all servers.

    Or we can install on a server and on other servers when you perform the configuration that we can point to the first application server configuration server.

    What are the benefits of installing Oracle Weblogic server in every server and Weblogic server in single server.

    In what scenario we must install and create the new instance of the oracle weblogic application and configure products in each server.


    Please notify.

    Oracle Weblogic application server is installed automatically on all servers.

    It gets only installed, but you need to configure/deploy WebLogic admin server on 1 server. namely the Foundation Server.

    WebLogic is installed on each server, because the common component of EMP products rely on components of WebLogic.

    Kind regards

    Santy

  • CASE of clustering for FatWire 7.6P2

    Hello

    I managed to install FatWire 7.6P2 locally on Windows 7 with Weblogic Server 10.3.5 and Oracle 11gXE.

    I started with a single instance of CS and AC and added secondary members for CS and CASES. My setup is as follows - two managed servers each with their own CS and AC applications deployed. These two managed servers are part of the same cluster and machine slot the domain used.

    I followed all the steps mentioned in the guide of rollup under the section 'Deploy the Cluster CASE members' secondary.

    When I tried to enable replication of session for Weblogic server as described in the user guide

    < session descriptor - >

    replicated, persistent-store-type >

    < / persistent-store-type >

    true < url rewriting compatible >

    < / url-rewriting-enabled >

    < / session descriptor >

    I got the following error trying to start the servers managed for CS and CASE - applications [HTTP Session: 100083] the webapp: CS in application: CS has PersistenceStoreType value: replicated for http sessions, but the target list does contain not all members of the cluster: Cluster-0. Inhomogeneous deployment for replicated sessions is not allowed.


    I believe that this error is thrown because I have deployed my apps on managed servers one at a time and not to the cluster. So, I advanced and deleted the CS and CASE applications and deployed them again to the cluster by using one of the directories archives exploded for CS and the CASE.


    My question is: is it the right way to do grouping for the CS and CASES?


    I looked and didn't find any specific member property in the CS and CASE application directories, assuming all the ports and hostname are specific balancing load. The only specific property of members was on host.properties which is present in < cs_install_dir > / bin and I include it in the CLASSPATH and PRE-CLASSPATH entries in the setDomainEnv.cmd and startWeblogic.cmd files before you start managed servers.

    Kind regards

    Hari

    Hello Hari,

    Take a look at the deployment of Sites using WebLogic Server Clustering and replication of Session (Doc ID 1543509.1). It is intended for Sites WebCenter 11 g, but I think it will work for 7.6.2 Sites as well.

    Kind regards

    Stephan.

  • ESXi HA and SQL Failover Clustering - resolved

    Dears

    My current environment is

    3 5.5 Esxi with active HA hosts

    Requirement;

    I prepared 2 R2 2012 Windows of the virtual machine and I need to build a node two SQL cluster on them. (with WFCS) and I was reading the article for taking in charge option and discovered I need activation were of affinity

    VMware KB: Microsoft Clustering on VMware vSphere: guidelines for supported configurations

    I got confused and lost on how to enable these options on HA only clusters.

    grateful if someone could share their experience in this regard,

    DRS requires vSphere Enterprise license. This is the reason why it does not show these options in your environment. vSPhere HA requires vSphere Standard edition. As you have the standard version, you are able to configure HA.

    There is NO as such impact.

    1. you use MSCS as a cluster of virtual machines & if anything happens to the clustering configured application, MSCS are switched to another VM in the MSCS cluster.  (I'm assuming you use IPC config. Cluster in a box)

    2 vSphere HA allows you to give an extra level of HA at the host/VM level. As you use your virtual machines to the MSCS cluster on top of guests. vSPhere HA is additional HA.

    3. in the case, host fails, vSphere HA are toggled MSCS grouped all VMs to other available inside the HA cluster host vSphere. That is to say it will restart all virtual machines on the other host. Please note that the restart of a virtual computer will have minimal downtime. In this case, as all virtual machines are on the same host, same MSCS cluster will have same downtime as vSphere THAT HA will have. But if you use CAB (Cluster in the box) as MSCS configuration, you can minimize interruptions of service MSCS VMs.

    4. in the case, VM itself fails (no host), vSphere HA will restart the VM has failed on the same host. In this case MSCS are switched all your app on the other virtual machines in the MSCS cluster.

    You have only vSPhere HA without Drs It should be good. Just as DRS gives you more flexibility.

    Please note that in any HA solution, in case of failure, you will come across with minimal downtime (time may differ across different solution HA).

Maybe you are looking for