Start multiple domains simultaneously on 1 Weblogic server installation?

Is it okay to start and run multiple domains simultaneously. Better yet, when having multiple domains on 1 WLS server, should each domain have a different port number in order to be run simultaneously?
Here's my scenario - I installed Oracle Business Intellgence, which by default installs and configures WLS server for certain Business Intelligence applications (BI Publisher). This instance was running fine and good and still is.
Then I had another application, Oracle Data Integrator, which has a Console piece that requires a domain on WLS. So instead of modifying the existing domain for Oracle Business Intelligence, I created a new domain via the Configuration Wizard and selected those components for Oracle Data Integrator.
therefore current domains:
...\domains\bifoundation_domain --> installed automatically as part of Oracle Business Intelligence
...\domains\odi11g --> I created this domain after I
Now I have 2 domains under 1 WLS Server (windows 7 64bit), but if I startWeblogic.cmd for the bifoundation_domain, and I startWeblogic.cmd for the odi11g...then only the components for the bifoundation_domain become available via the WLS Console.
Questions:
- Can I run both domains simultaneously?
- Should I have modified the bifoundation_domain to include Oracle Data Integrator component; therefore only having 1 domain but having everything run under that domain?
- Does the Port for each domain matter? both bifounddation_domain and odi11g domain use ports 7001
Are there any other considerations? Thanks much.

Hi,
It is perfectly OK to run multiple domains on a single Weblogic server installation. Only constraint would be you have enough capacity available on your server to start multiple instances.
Things to note is, if your domain1 is running on listen address : port { localhost : 7001 } then your other domain should be configured on a different port say {localhost : 8001 }. If you want both domain to run on same port then go for virtual IP's to be plumbed on your physical network interface and configure as,
domain1 - { ip1 : 7001 }
domain2 - { ip2 : 7001 }
this way you will can access both domain admin console on same port.
Remember, Weblogic resources cannot be shared between domain, however a single nodemanager will be enough to monitor both the domains.
* rank it if answer is helpful :) *
Thanks,
Ranjan

Similar Messages

  • How do I host multiple domains on a single Messaging Server?

    How do I host multiple domains on a single Messaging Server?
    <p>
    To host multiple domains on one Messaging Server, use the
    mailAlternateAddress attribute. If you want to host two domains
    (customer1.com and customer2.com) on your server mail1.domain.com,
    make sure that:
    The various domains (in DNS) point to the installed mail server
    (you must have the MX records that
    points mail for customer1.com to mail1.domain.com and
    customer2.com to mail1.domain.com)
    That each person receiving mail at customer1.com and
    customer2.com has an appropriate mailAlternateAddress
    attribute describing the appropriate email address. For
    instance, John Doe can have an email address (i.e. the value
    of the 'mail' attribute for the John Doe LDAP entry) of
    [email protected] and receive his mail on
    [email protected] (the value of the mailAlternateAddress
    attribute)
    With Messaging Server 3.5, mailAlternateAddress can take the
    form of @mail1.domain.com. If jdoe's mailAlternateAddress is
    set to @mail1.domain.com, mail sent to [email protected]
    will be delivered to [email protected]

    jaygatsby1123 wrote:
    So what exactly am I doing with virtual hosts?  There is a place for Aliases...  What would I put in the "Aliases" box?
    Any other host name that you want to resolve to the specified virtual host.  It's quite literally an alias.
    if you want www.example.com and www.example.org to end up at the same web site and you already have a virtual host — Apple refers to virtual hosts as sites — configured for www.example.com in Server.app, then you'd add www.example.org as an alias for the www.example.com virtual host (site).
    Virtual hosts are implemented in a web server using some details of the HTTP or HTTPS protocol, and what the web browser (client) specified.  The client gets handed an IP address or a domain name by the user, and the client then fetches the associated IP address for the target web server from the client's DNS services or local host database, and the client then connects to the IP address and passes over the text string that the user had requested — the IP address or domain name or even some local shortcut set up in the client system — via the HTTP or HTTPS protocol.  The web server receives and processes this arriving text string from the client, and uses it to select which web site to render back to the web client.   One subtle detail lurks here, too: the server's own DNS configuration really isn't involved in the selection of the virtual host.

  • Multiple domains hosted on one OSX Server

    Hi guys,
    Does anyone know if it is possible to host more than one domain name on OSX server?
    A client of mine runs a number of businesses and is considering Snow Leopard Server, and wants to have multiple email domains and websites hosted on one server. Also per-account contacts sync and calendar sync would be useful, does anyone know if that's available?
    Thanks!
    W.

    You can certainly host multiple domains on Mac OS X Server. There are a few options depending on how you want it to work.
    If all the usernames are the same across all domains (e.g. [email protected] is the same person as [email protected]) then just change the mail server configuration to match all the domains in the mydestination parameter in /etc/postfix/main.cf.
    If the domains are different (e.g. [email protected] is not the same account as [email protected]) then you have two options - one is to use the postfix model (which requires command-line management), the other is to add the email addresses in the shortname section for each user.
    You may have some issues integrating contacts and calendars, though - if you take the postfix model then the users won't exist in Open Directory and won't have a calendar/contact link, etc.
    If you follow the shortname model then you have one directory with all users in all domains and you'll need to work to separate them out if you need to.

  • Which Weblogic server installation do I need??

    I need to download and install Oracle 11g Portal, Forms, Reports and Discoverer (11.1.1.2.0) for Windows 7 Professional. On its main page, Oracle says that I have to download and install Weblogic Server before I can install Forms 11g. When I go to Weblogic Server download page, I see two versions: The package installer (815 MB), and the net installer (40 MB). Which one of them do I need for my purpose? Also, do I need something else (other than the database ofcourse and the Weblogic Server) to download and install before putting Forms 11g?
    Thanks

    When I go to Weblogic Server download page, I see two versions: The package installer (815 MB), and the net installer (40 MB)?
    Both Installer will do the same thing....You can choose any one of them
    *"Package Installer":* It's Size will be always much more than the Net-Installer....If you want to Once download the Installer in your PC and then want to run it in separate Boxes again & Again where u may not have Internet connectivity ...then you need to choose "Package Installer". When you run the Package installer, you can also select the specific product components you want to install, thereby also enabling you to minimize the installation footprint.
    Downloading the Package installer is recommended if you want to perform multiple WebLogic Server installations at your site. In a typical scenario, you download the Package installer only once, then make it available to each machine on which you wish to have the product installed. (You can run the installer from each machine directly over the local network, or copy the installer onto each machine and run it.)
    *"Net Installer":* If you want to install the WebLogic and donot want the Installer keeo with you for future use...This is good. It has 40 MB size ...because this 40MB installer will start Downloading rest of the part of the complete installer from the Oracle N/W on the fly. Unlike the Net installer, the Package installer does not provide for any reduction in download time or the amount of disk space required for the installation files.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • WebLogic Server installation Crashing with a fatal error - SIGSEGV

    Hello WLS Gurus,
    I am in the process of installing Discoverer 11 and I am facing problems with launching wls1036_generic.jar installer.
    I have installed installed Java 7 as follows:
    cd /u02/appldisc/11.1.1/Middleware
    tar -xvzf jdk-7u25-linux-x64.tar.gz
    JAVA_HOME=/u02/appldisc/11.1.1/Middleware/jdk1.7.0_25
    I then excuted:
    $JAVA_HOME/bin/java -Xmx1024m -jar wls1036_generic.jar
    and the installer crashed with this error output:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=28328, tid=139864618293008
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x14d70]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x00007f34d03b9000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=28346, stack(0x00007f34c4d3d000,0x00007f34c4e3e000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000001, RBX=0x00007f34d02bea50, RCX=0x000000009e982203, RDX=0x000000001fabfbff
    RSP=0x00007f34c4e39ab8, RBP=0x00007f34c4e39c00, RSI=0x0000000000000000, RDI=0x0000000000000058
    Can someone help?
    Thanks
    Mathias

    See
    “Generic WebLogic Server Installer generates a Crash immediately after opening GUI on ld-linux-x86-64.so.2 Library (Doc ID 1570688.1)” which states that
    “ This is an issue with AVX support appearing on newer hardware. Default glibc is incompatible with it. This problem happens due to a Red Hat Bug: Segmentation fault in dynamic loader on AVX enabled CPU “
    Solution:
    1. Set the following Environment Property on your active Shell.
      - open a bash terminal and type in:
    $ export LD_BIND_NOW=1
    2. Re-Run the installer as bellow example.
      $JAVA_HOME/bin ./java -jar wls1036_generic.jar
    Mathias

  • Weblogic server installation - multiple instances in different ports

    Hi
    I want to install weblogic server(10.0) in my system but it should have three instances running on different ports(equivalent to 3 servers running on the same host). The application hosted on one server will be interacting with the applications hosted on the other two servers.
    Could anybody tell me how to install weblogic server in this way?
    Thanks
    Praveena

    Hi Jakarta,
    As you have mentioned: You want to have three instances running on different ports.
    In that case you can create 3 managed Servers after Creating the WebLogic Domain.
    Step1). Create a Fresh WebLogic Domain.
    Step2). Login to Admin Console (http://localhost:7001/console) and then Create 3 manager Servers and then assign different Ports to them.
    MS1------7003
    MS2------7005
    MS3------7007
    Step3). Start These Servers using <DOMAIN_HOME>/bin/startManagedWebLogic.cmd/sh like:
    startManagedWebLogic.cmd MS1 t3://localhost:7001
    startManagedWebLogic.cmd MS2 t3://localhost:7001
    startManagedWebLogic.cmd MS3 t3://localhost:7001
    Here "localhost:7001" is the Admin Server URL.
    <BR>
    <font color=maroon>
    About The application hosted on one server will be interacting with the applications hosted on the other two servers.</font>
    Here which kind of interaction you are talking about...HTTP interaction, RMI Interaction...With above setup it is possible...
    Do you want any kind of WebLogic Clustering?
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Again, cannot start multiple domains at the same time

    Because the original question is marked as answered and the problem persists, I need to submit it again:
    With the latest plugin, in Glassfish Kepler, when I try to start the second server (same Glassfish, different domain) - it'll simply not start (the console remains empty) and after a while I get the time-out message, that the server could not be started. Even if 2 Eclipses are started, there only one server at a time can be started.
    This is a major issue for me, can you please help? Is there a lock file that I can delete or another workaround?

    Hi. The weird thing is that after the last update it worked for me, too, for a while - but then it didn't. I think there may be some sort of lock that hasn't been released when a forced shut down happened...?
    If I start the servers either outside of eclipse (command line), or using eclipse's external tools (which is pretty much the same, I think), they work just fine. And the status in the servers view gets updated to either started/stopped, correctly.
    And also, the case when I create domains/start servers outside of eclipse and then create the server in the servers view, the status update works.
    So yes, if there are multiple domains started at the same time outside of eclipse, the plugin shows them, but it cannot start them itself.
    Eclipse GlassFish Tools
    Part of Oracle Enterprise Pack for Eclipse 12.1.2.1 - version 6.2.0.201307232054
    Glassfish
    Installed Version: 
    Oracle GlassFish Server 3.1.2.2 (build 5)

  • NT domain authentication impelmented in weblogic server

    hello Sir,
    I would like to find out if there is any package with weblogic server that will allow me to authenticate the users of weblogic using an NT domain authentication.
    Any user of weblogic should be an authenticated user of an NT domain and i am in need of a package that will do this for me. I heard that BEA has some package that implements this functionality.
    Your help is very much appreciated.
    Thank You
    Raji Arumugam

    Hi Raji,
    I think that what you want is "NTRealm" for WebLogic.
    Look at http://e-docs.bea.com/wls/docs61/////ConsoleHelp/ntrealm.html which should help you.
    Cheers,
    Joe Jerry
    Raji Arumugam wrote:
    hello Sir,
    I would like to find out if there is any package with weblogic server that will allow me to authenticate the users of weblogic using an NT domain authentication.
    Any user of weblogic should be an authenticated user of an NT domain and i am in need of a package that will do this for me. I heard that BEA has some package that implements this functionality.
    Your help is very much appreciated.
    Thank You
    Raji Arumugam

  • Why I failed to start a second webserver in same weblogic server installed one machine

    Everyone,
              I want to start a second webserver bindding with intranet IP address,
              same time, one webserver had been started in this weblogic server in
              extranet ip address.
              But i cann't configurate it successfully.Why ? Help me !
              Thinks everyone
              [email protected]
              

              They need to use different IP address and the same port number if they are to
              be clustered. If they are not to be cluster they can simply use different port
              numbers.
              On Unix, the ifconfig command can be used to create virtual IP addresses.
              Mike
              [email protected] (jiangxianlou) wrote:
              >Everyone,
              >
              >I want to start a second webserver bindding with intranet IP address,
              >same time, one webserver had been started in this weblogic server in
              >extranet ip address.
              >But i cann't configurate it successfully.Why ? Help me !
              >
              >Thinks everyone
              >
              >[email protected]
              

  • Configuring Multiple domain Email addresses in Exchange server 2013 for Send/Receive

    I've setup an exchange server 2013 , I have an requirement to setup email addresses for multiple domain account.
    For example - My primary email addresses - [email protected] however i need to setup multiple domain email account for single AD user.
    Example
    [email protected]
    [email protected]
    [email protected]
    I was able to setup account to receive email from different users to single mailbox users however how can i send mails from other domains email address apart from primary domain email 
    Thank you
    Benhur

    Hello,
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Cara Chen
    TechNet Community Support

  • 64bit weblogic server installation on windows

    Hi,
    We are trying to install 64bit Oracle weblogic Server 10.3.2 on windows 2007 Server. As per the documentation, The installation requires 64bit java installation and then execute the wl_1032_server.jar file.
    We installed weblogic Server successfully and did not find any errors while installing the weblogic server. We created one Managed Server with the default options. We are able to start the Admin Server with out any problems.
    But we are unable to start the managed weblogic server and we are getting the following error message while starting the managed webserver.
    I have also tried with setting the following memory args also. But I am getting the same error in the managedserver log files.
    set MEM_ARGS=-Xms512m -Mmx1024m -MaxPermSize=512m
    <Feb 19, 2010 11:57:01 PM EST> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "new_ManagedServer_1" for domain "base_domain" running in Production Mode>
    Exception in thread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: PermGen space
    The WebLogic Server encountered a critical failure
    Reason: PermGen space
    Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
    <Feb 19, 2010 11:57:10 PM> <FINEST> <NodeManager> <Waiting for the process to die: 1848>
    Can you please help us in configuring the 64bit weblogic server. Do we need to make any special configurations.
    Thanks and Regards,
    S R Prasad

    Thanks,
    You are right and I've found a documentation below. Did you checked your Environment Variables or try to use full path of 64 bit Java installation?
    How do I select between 32 and 64-bit operation? What's the default? The options -d32 and -d64 have been added to the Java launcher to specify whether the program is to be run in a 32 or 64-bit environment. On Solaris these correspond to the ILP32 and LP64 data models, respectively. Since Solaris has both a 32 and 64-bit J2SE implementation contained within the same installation of Java, you can specify either version. If neither -d32 nor -d64 is specified, the default is to run in a 32-bit environment.
    Other Java commands (javac, javadoc, etc.) will rarely need to be executed in a 64-bit environment. However, the -d32/-d64 options may be passed to these commands and then on to the Java launcher using the established -J prefix option (eg: -J-d64).
    All other platforms (Windows and Linux) contain separate 32 and 64-bit installation packages. If both packages are installed on a system, you select one or the other by adding the appropriate "bin" directory to your path. For consistency, the Java implementations on Linux accept the -d64 option.
    Regards,
    Kadir

  • Weblogic Server Installation in Master/Slave

    Hi All,
    I have two linux server dedicated for weblogic server and I want to configure weblogic server on both the machines with one of them becomes a server and other machine will be a slave.
    I have searched a lot but couldn't find any adequate information. Could someone please shed some light on how to install/configure weblogic server in master/slave fashion/pattern?
    I appreciate for any help.
    Thanks,
    Sanjay

    I think you need to do some reading of how domain's are organized with 1 Admin Server and 0 to many Managed Servers. The Managed Servers can be grouped into Clusters if you want. The servers can be across multiple machines. Check out the following link and perhaps the detail under clustering and respond if you have a more precise question.
    http://edocs.beasys.com/wls/docs103/domain_config/understand_domains.html#wp1101973

  • Weblogic server installation error

    Hi,
    I has installed weblogic server 10.3.2 in C:\Oracle\Middleware, then i uninstalled weblogic server. Now i want to install again, but i got this error: http://imageshack.us/photo/my-images/812/asdasdmi.jpg/
    Please help me and give me some ideas of what to do, i'm so confused.
    Thanks
    Edited by: Roger22 on 29.06.2011 19:37

    Hi,
    If no other weblogic serverss installed on that machine, then you could delete the registry key corresponding to the old installation.
    It seems you are using windows.
    click start button-->Run-->type 'regedit' without quotes and then search for the key weblogic and delete that key.
    *Please make sure you will have a backup of registry keys.
    presee CTRL + F and type weblogic and click next and find a key smiliar to this below.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BEA Products
    select the BEA Products folder lefthandside and delete that.
    remove BEA products shortcut from start menu and reboot your machine once and then try installing weblogic server.
    Thanks
    Weblogic Admin

  • Oracle Weblogic Server Installation using the user "oracle"

    Hi,
    I installed two instances of weblogic server for FMW 11g on linux x86-64. One was with the user oracle and other was with the user orawls, both belonging to the group oinstall. I had installed Admin Server and created managed servers soa_server1 and bam_server1. I have issues in starting up the instance with oracle user and the instance with the orawls user starts fine. I have a separate thread going on for that issue.
    I just wanted to know if there were any existing known issues when installing the WLS as oracle user ?
    Cheers,
    - AR

    I have no issues with the oracle user. I do it all the time.
    Which thread are you referring to?
    --olaf                                                                                                                                                                                                                       

  • Weblogic server installation in red hat linux 5

    hi i am new to the weblogic server i am trying to install weblogic server in redhat linux i downloaded .bin file from oracle
    i enter these commands
    chmod +x  wls1035_oepe111172_linux32.bin
    ./wls1035_oepe111172_linux32.bin
    The directory "/tmp" does not have enough space for extraction.
    Please input another directory or [Exit]: Exit
    i got the error message
    please reply i will appreciate your hep

    Steps for preparing the installation can be found here: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/prepare.htm#i1183981
    To run the installation steps presented here can be followed: http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14142/guimode.htm#i1082009

Maybe you are looking for

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir, Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) . We request you to kindly guide us a

  • Apple should make a 32 inch thunderbolt display.

    Since macs can hold hd media I would like to enjoy it on an apple thunderbolt display. I don't have cable since I'm a hulu plus subscriber and I don't wish to buy a flat screen tv. It would be cool if apple make a 32 inch model so i can enjoy my medi

  • ALE query

    hi , Can anybody explain me the sep-by-step process for getting the material master using BD11- PULL approach. I had already configured the Distribution model for sending the request MASFET in system B, from which we are requesting the material maste

  • Photoshop Key issue after System restore.

    I used to have Adobe Photoshop running perfectly on my PC until recently I restored my System and now the it always asks for a key even If I enter a Key, Really annoyed with this issue, what is the solution? [personal information removed to foil spam

  • AirPort or AirPort Extreme Carcd

    Hi everyone I'm a newbi to the Mac world and I have a iMac G4 1ghz that I would like to make wireless according to the doc I found on the web it says that it is AirPort Extreme ready ,but when I went to the Apple's online store it says that it can no