Multiple domains share the same datasource?

Hi,
I'm new to weblogic server. I understand that there's a wizard available for us to follow and have the domain created. However, does it means that only one domain can be tagged to the datasource (meaning the database used). Can I recreate or clone this admin server, yet having the same datasource in used. The reason is because I need to have another instance available for quick test and yet do not wish to spend too much time on the domain setup, etc.
Appreciate any advise on this.
Cheers

You can just copy your directory and put it on another machine (for example). If you keep it on the
same machine, you have to make sure the ports used by servers are different. Note also you
cannot have domains of the same name on the same machine.
When you installed the environment in production mode you have to disable hostname verification.
As WebLogic per default uses a self-generated certificate, which has the hostname of the machine
in it on which the domain was configured.

Similar Messages

  • Should multiple developers share the same MDS repository?

    We are starting a new customizable application using ADF, WebCenter and SOA Suite 11g wondering what is the best practice for MDS repositories. By default JDeveloper seems to use a file-based repository, however we need to take advantage of a database repository. The question is: Can & should multiple developers share the same MDS repository, or do we need to use the RCU tool to create a new repository for each developer? If developers share the same repository I"m wondering what happens to seed customizations if two developers both edit the same thing (like a SOA composite).
    Thanks for your input

    Thanks again ... I'm not so worried about packing the customizations in the EAR or MAR, I just hate developers having to manually change adf-config.xml from source control all the time.
    I've tried using {oracle.home} and it does not work. This seems to be a bug in JDeveloper, because I print the env variable and verify that it is correct but the deployment still fails.
    In adf-config.xml I have:
    <property value="*${oracle.home}\integration*"
    name="metadata-path"/>
    When WLS starts up, I print the env variable and see it is set to: D:\home\fmw\JDEVEL~1
    But then when I try to deploy my application I get this:
    INFO: MDSException encountered in parseADFConfigurationMDS-00503: The metadata path "D:\home\fmw\jdeveloper\system11.1.1.1.33.54.07\o.j2ee\drs\PriceManagementPOC\adf\META-INF\D:\home\fmw\JDEVEL~1\integration" does not contain any valid directories.
    For some reason it seems to be appending the directory of adf-config to the oracle home directory. It's as if the code assumes its a relative path. Looks like a bug to me.
    Billy
    Edited by: Billy Turchin on Aug 28, 2009 9:33 AM

  • How do multiple developers share the same application module

    Is there a suggested method for multiple developers to share the same application module? We have 2 developers that will have EOs in the same directory and would like to know how they can share an application module but do development on different pieces of a project.
    Thanks,
    Paula

    Try using CVS or any other source control system. Still there are some points to think about before doing big projects, because there are many files which are updated by JDEV without knowledge by the developer. This causes many conflicts using a version control system like CVS.
    If you developers both are working on the server part of the application, I suggest using multiple application modules. See this blogs:
    http://radio.weblogs.com/0118231/stories/2005/05/27/howGranularShouldMyApplicationModulesBe.html
    http://radio.weblogs.com/0118231/stories/2005/07/19/nestedApplicationModules.html
    On the client side it depends on which technology you are using (struts, swing, jsf, ...).

  • Can multiple portlets share the same pageflow ?

    What is the framework behaviour if two distincts portlets are based on the same
    pageflow .jpf file.
    Will they share the classe instance or will it be two distincts page flow instances.

    Yes, multiple portlets can share the same pageflow, and the instances
    will be separate.
    Subbu
    Olivier wrote:
    What is the framework behaviour if two distincts portlets are based on the same
    pageflow .jpf file.
    Will they share the classe instance or will it be two distincts page flow instances.

  • Having multiple CAs share the same private key

    We are developing a system which implements an HA cluster across two separate geographical locations.
    Each site will have several Windows Server 2012 machines and at least one DC, and we basically have to do a master-master replication between the two sites.
    The entire system will be under a single domain.
    We will be deploying AD CS since some of our sub-systems need certificates,
    but we want to limit the variety certificate to just one (i.e. we want all CAs to issue identical certificates).
    To do that, we have to setup AD CS so that all the DCs (both intra-site and inter-site) share the same private key.
    Is it possible to have all DCs in a domain to share a single private key?
    This article on TechNet suggests that we can do it within a cluster,
    https://technet.microsoft.com/en-us/library/cc742450%28v=ws.10%29.aspx
    but we are not sure if we can do it across different sites.
    Any advice and comments are highly appreciated.
    Wanko

    Hi Wanko,
    Its not much clear what you mean by "DCs to have single private key".
    However as per the article it indicates that you can use the same (SAN) certificate on both servers (nodes) of the cluster, the certificate SN will be the common clustername.
    This is common when you are using clustering or load-balanced system which requires you to have a common name, but individual nodes.
    Basically if you want to use single private key for the HA nodes, use the same certificate across all the nodes, that would be generated on the first node(generally). You don't need to issue identical certificates(this will not work as per my understanding)
    CA First Node: Export the Cert
    On the Welcome page of the CA Backup Wizard, click Next. Select
    Private key and CA certificate, and provide a directory name where you want to temporarily store the CA certificate and optionally the key. Click
    Next.
    Provide a password to protect the CA key, click Next, and then click
    Finish.
    CA Second Node: Import the Cert
    Open the Certificates snap-in for the computer account.
    In the console tree, double-click Certificates (Local Computer), and click
    Personal.
    On the Action menu, click All Tasks, and then click
    Import to open the Certificate Import Wizard. Click Next.
    Enter the file name of the CA certificate that was previously created on the first node, and click
    Next. If you click Browse to find the certificate, change the file type to
    Personal Information Exchange (*.pfx,*.p12).
    Type the password that you have previously used to protect the private key. The password is required even if there is no private key in the .pfx file. Do not mark this key as exportable. Click
    Next.
    Place the certificate in the Personal certificate store, and click
    Next. To complete the certificate import process, click
    Finish, and then click OK.
    Secondly I don't get what do you mean by: "we basically have to do a master-master replication between the two sites."
    Please note a Cluster can only run a single instance of Certificate Services. A failover cluster of any size can be used to provide a high availability environment for certificate services. However, Microsoft does not support more than one instance
    of certificate services on a cluster.
    References:
    Overview of CA Clustering-2003
    Active Directory Certificate Services (AD CS) Clustering - Requirements-2012
    Regards,
    Satyajit
    Please“Vote As Helpful”
    if you find my contribution useful or “MarkAs Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Can multiple threads share the same cursor in berkeley db java edition?

    We use berkeley db to store our path computation results. We now have two threads which need to retrieve records from database. Specifically, the first thread accesses the database from the very beginning and read a certain number of records. Then, the second thread needs to access the database and read the rest records starting from the position where the cursor stops in the first thread. But, now, I cannot let these two threads share the same cursor. So, I have to open the database separately in two threads and use individual cursor for each thread. This means I have to in the second thread let the cursor skip the first certain number of records and then read the rest records. However, in this way, it is a waste of time letting the second thread skip a certain of records. It will be ideal for us that the second thread can start reading the record just from the place where the first thread stops. Actually, I have tried using transactional cursor and wanted to let the two threads share the same transactional cursor. But it seems that this didn't work.
    Can anyone give any suggestion? Thank you so much!
    sgao

    If your question is really about using the BDB Java Edition product please post to the JE forum:
    Berkeley DB Java Edition
    If your question is about using the Java API of the BDB (C-based) product, then this is the correct forum.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • We use our Iphones with the icloud to set up scheduling of jobs. Multiple phones share the same icloud for this purpose. We recently had a change in leadership. How do I completely delete the icloud account? Or do I just create a new one/forget old 1

    Multiple phones share one Icloud account. We use it to schedule jobs and crew leaders read the cloud to get the information of the job that needs to be done. However, we recently had a change of leadership and we think this person might have logged into or put our cloud on his phone to sabotage our business. I changed the password but that didn't fix the situation. I could put a job on the cloud with an old phone that was logged in with the old password and everyone with the new password would still see the job. I have since created a whole new cloud account which seems to have eliminated the "future" issue of sabotage however I would like to completely eliminate that old account...any advise?

    Everyone needs to go to Settings (or System Preferences)>iCloud and click 'Delete account' or 'Sign out' as applicable (it's the same thing). Then they can sign into the new account you have created and proceed from there. You can't actually delete the old account from the server but you can just ignore it.

  • 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)

  • Can multiple devices share the same library?

    I was under the impression they could not. I had originally had iTunes installed with my 5th generation iPod. Several months back my wife got an iPhone 4. We were under the impression we had to set up a library exclusive to her device, so we did. I had to open my library when I wanted to sync to my iPod, she had to open hers to sync to her iPhone. Now I just got an iPhone 4, when I plugged it into my PC, it created a new device within the library I had set up for my iPod. I don't plan on using my iPod anymore, but I get the impression I could use both devices with the same library. Could I do the same with the 2 iPhones?
    Where I get confused is when it comes to sharing music, and the fact that we have 3 directories now (the original iTunes directory, and two iPhone directories). Currently despite having 2 libraries, all the music is stored in the original iTunes directory. When we download music in iTunes, it has been stored to the that same directory and simply added to whatever library has been open. Then we can simply add it to the other library as we please. But what happens when we download Apps and music directly to our phones...I presume when synched to the PC, they'd get stored in the directory specific to that device, and cannot be shared?
    Bottom line is I'd like all music to be available to either iPhone, but would also like to ensure it is all stored in the same directory.

    What is really strange to me is the Apple licensing. I spoke with one developer about this once and here is what he told me:
    You can authorize up to 5 computers with your iTunes store ID. Any of those 5 computers can sync an app onto any of the devices that they manage syncing for, and it is perfectly legit with Apple. Due to the Apple developer agreements, he can not do anything to prevent that in his code.
    My wife and I each have iPhone and iPod Touch devices. We each have our own iTunes store ID's (because we didn't know better at the time) so we authenticate both computers to both accounts and we can share our music & app purchases "freely" between our 4 devices. We each could authorize up to 3 more PC's with our accounts and allow more people to share our purchases (if we trust them not to purchase things using our accounts) but we don't feel that is the correct way to treat the app developers, so we don't do that. In fact, there at least one app we have liked so much, we both spent the $7.99 to purchase even though we didn't need to.

  • Why Multiple users share the same Thread

    Hello
    <BR>
    I am developing a small application which You can like a forum
    <BR>
    When mulitiple users put their questions.I use jsp and servlets.
    <BR>
    when i open two windows of the browser then no separate question is
    present all the windows put the same question again and again with
    the same user name although i login with different names and has
    put question on different forums.
    i use session tracking for this purpose and has scope session.
    i change scope to request but nothing.
    i put all information of user name and thread in the session.setAttribute("key",value)
    and get it by using getAttribut("key") where i need it.
    <BR>
    My question is how i can solve this problem.
    In forums like jguru or sun or anyother how they maintain individual
    data for each person.
    please reply me soon as i am getting too late bcz of this problem
    ThanX

    For changing container, I mean to add a context to the new container for your application. With a little eyeballing, you can find where to add Context element in server.xml[in conf folder for Tomcat]. You need to change the bold ones.
    <Context className="org.apache.catalina.core.StandardContext" cachingAllowed="true" charsetMapperClass="org.apache.catalina.util.CharsetMapper" cookies="true" crossContext="true" debug="5" docBase="e:/DBTest" mapperClass="org.apache.catalina.core.StandardContextMapper" path="/DBTest" privileged="false" reloadable="true" swallowOutput="false" useNaming="true" wrapperClass="org.apache.catalina.core.StandardWrapper">
    <Logger className="org.apache.catalina.logger.FileLogger" debug="0" directory="logs" prefix="localhost_DBTest_log." suffix=".txt" timestamp="true" verbosity="1"/>
    </Context>
    I think u got rid of the problem.
    Hafizur Rahman
    SCJP

  • Can multiple iPhones share the same iTunes account?

    My daughter received her first iPhone.  She activated it today using my iTunes account and all of my contacts were overwritten with her contacts. How can we fix this? My other daughter received hers today as well but she hasn't activated it yet. What can we do to prevent this from happening? Also, can multiple iPhones share one iTunes account?
    Thanks

    JustElleBea wrote:
    ... can multiple iPhones share one iTunes account?
    Yes... But anything Purchased or Downloaded is Permanently Tied to that Apple ID (yours)
    Re Using Multiple Devices on one Computer...
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

  • Can multiple users share the same DB ?

    We have about 10,000 + personal photos.  Can I install the LR Database on my server so that my wife and I can both be adding metatags to the photos at the same time ?  I don't mind if I have to buy 2 copies, but I am more concerned about sharing the database.  Any Ideas ?

    i would not advice to do it but....
    http://asaphotodigitalgearreview.blogspot.com/2011/05/2011-update-using-lightroom-across.h tml

  • Removing a single object when multiple objects share the same name?

    The below code uses a for loop to make spheres as in this thread:
    http://forum.java.sun.com/thread.jspa?forumID=21&threadID=320945
    However, the name is always sphere. I have another part of the code that,
    using collision detection, removes a sphere using the tg.removeChild(); command when another sphere (created elsewhere) is
    within a set proximity. But how do I specify which sphere it should remove when they are all called 'sphere'? Can I use a
    object ID to get around this and if so, how?
        public void makeSpheres()
           Color3f lightColour = new Color3f(0.0f, 0.0f, 1.0f);    //Blue light
           Vector3f lightDirection = new Vector3f(4.0f, -7.0f, -12.0f);
           for (int i=0; i==5; i++)
               Sphere sphere = new Sphere(0.25f);
               BoundingSphere bounds = new BoundingSphere(new Point3d( getXCoords(), getYCoords(), getZCoords()), 100.0);
               DirectionalLight light = new DirectionalLight(lightColour, lightDirection);     //Each sphere has a blue light
               light.setInfluencingBounds(bounds);
               TransformGroup tg=new TransformGroup();  //Create new TG
               Transform3D transform=new Transform3D();
               Vector3f vector = new Vector3f(setXCoords(),setYCoords(),setZCoords());  //Set Position
               transform.setTranslation(vector);
               tg.setTransform(transform);            //Add sphere to scenegraph
               tg.addChild(sphere);
               Play2.objRoot.addChild(tg);
           }

    Basically, you get a reference to the object you click on through one of the Pick tools from the Pickfast api. Then you iterate over the scenegraph until you find the object your picktool returned. Then you remove it. Check out the examples at
    https://java3d.dev.java.net/binary-builds.html
    If there are a known finite number of spheres you can keep references to them in a list or a Switch.
    regards

  • Can a company share the same Digital ID?

    Hi,
    I'm trying to get to grips with how Adobe's Digital ID encryption works.
    I have a document that I send out regularly to clients that needs protecting and I believe that the pubic/private encryption key is the best thing.
    I have a question: Can a company or several computers share the same Digital ID? For example, I usually work on my main computer but occassionally if I'm travelling I have to use my laptop to send out the document etc. Can multiple computers share the same ID? If so, how do I do this? I don't want to have set everybody up on my main computer and then my laptop etc... my clients won't be happy.
    Thanks!
    -blueunderground

    Thanks for your response.
    I want to have access to my digital ID on more than one computer so I can apply certificate security. I've created a digital ID on my laptop, can I then transfer it to my main pc?
    When I said 'my clients won't be happy' I meant if I have to create a new digital ID on every device I use and then add each client (i have over 100) multipe times to each device I use.. they will get annoyed. Do you see what I'm saying?
    All i want to know is if I create a digital ID on my laptop, can I then transfer it to my main pc? if so, how do I do this?
    Thanks,

  • Perfromance impact if mulitple database share the same disk group.

    Hi All,
    I need help in understanding what would be the performance impact if multiple databases share the same ASM disk group.
    Is there any documentation that explains the impact on performance if there is any in doing so.
    Your help is very much appreciated.
    Thanks,
    Ravi.

    I need help in understanding what would be the performance impact if multiple databases share the same ASM disk group.application performance could be impacted; or not depending upon total disk I/O activity

Maybe you are looking for

  • Is consolidating library necessary if you have the "copy files to itunes media folder" box checked?

    Like the title, Since I've had iTunes I've always had the box checked for "copy files to itunes media folder"... if I want to backup my itunes folder now, do I still have to consolidate the library? I just copied it over without consolidating and it

  • Firefox not loading images on certain pages

    All of a sudden, Firefox no longer loads images on certain pages. I updated to 32.0.3. yesterday so thought that was the problem. I uninstalled and reinstalled 32.0.3. but that didn't help. I deactived the add-ons, but that didn't help either. I then

  • Function module for multiple selection.

    Hi I have three parameters on selection screen 1. Process order number, 2.Order category and 3. order type. My requirement is: As i press F4 on order number and select one of the available orders, the other two fields should populate automatically wi

  • New player crashes IE8

    Since I installed the last update, when I mouse over quite a few interactive zooms, shopping sites mainly, IE8 crashes. I have uninstalled and reinstalled many times, and when I tried the downloaded uninstaller suggested in a thread, I got the messag

  • Mac OS X spaces

    Hello everyone, Just one guy from China, I have a...well is not exactly a question, more like a suggestion! So I don't know if everyone use the SPACES function? Well I just want see, it is a great ideal, but when we work in different languages in dif