How owns the resources in a domain

Hi: guys, I am bit confused about who own the resources (datasources, resource adapters, JTA etc) in a domain. Are the resources owned by managed servers? If yes can the resources be shared between two managed servers in a same domain.
My second question is that can we share the same resource between two web application deployed under the same managed server or same domain?
Regards,
RJ.

Hi RJ,
Resources like JDBC datasources or JTA are for the whole domain, so more than only one managed server can use them and in fact you can deploy them to a cluster when you are creating or configuring one of these resources.
Regarding your second question the answer is yes. You can share the same resource between two web application deployed under the same managed server cluster, single managed server or same domain.
-Cris

Similar Messages

  • How to Manage the Resource Master in Primavera Enterprise Version

    We are using P6 enterprise version in our company having a central database. We had created our own unique resources and standardised across the enterprise and is Admin protected. However we often have to import some schedules sent by our consultant/client. In those schedules they have their own resources.
    So when we import these schedules, it also imports the resources along with it and pollutes our resource master.
    Can anyone let me know, how to manage such a situation.
    Regards

    We have met this issue. You have few ways to deal with it, but each has its own +ve and -ve.
    1- You may create a separate "Working" db into which you can import those files and keep them there only. Your master db shall be used for maters and your own program only.
    2- You may do the same for checking the resourses, vet them before importing into the final db
    3- P3 and MSP importation allows you to select the node to which the resources will be located. We have created a resource node called "Imported Resources" and dumped all those resources into it. Our users don't have access to that node so those resources can only be used on the imported program and can't be assigned to any other program / activity
    4- Enforce your supply chain to use the same resource list. We managed to do that for our main and subcontractors. That formed part of their contracts.

  • How can i give a dedicated domain to the wiki

    How can i give a dedicated domain to the wiki eg. wiki.mydomain.com instead of server.local/wiki
    Trying to get rid of the /wiki can this be done outside of editing the apache conf file.

    You're on your own with this:
    How to Enable Wiki Services on Multiple Virtual Hosts with Mountain Lion Server

  • Work order interface : how to schedule the resources

    Hello,
    I am trying to reschedule a job and to replace the resources of this group by alternate resources : I have inserted one line in the WIP_JOB_SCHEDULE_INTERFACE and one line in the table and WIP_JOB_DTLS_INTERFACE.
    After importing these group, I get the following result :
    - the job is correctly reschedule (the start date is the start date I entered in the interface, and the end date is computed forward from this date).
    - the operation start date and end date are correct (same as the job dates)
    -the resources have been correctly changed (replaced by the replacement group)
    But the resource schedule dates have not changed .
    How can I have the resources reschedule using the interface ?
    Thanks in advance.

    Are you loading start_date and completion_date into wip_job_dtls_interface?
    Not the same as first_unit_start_date, last_unit_start_date, etc.

  • How to get the first day in the month from a domain date ?

    Hi,
    I like to know how to get the first day in the month from a domain date?
    Thanks
    Stephen

    Hi Gokul...
    Instead of using the funtion module you can just write the 3 statements of code to get the first day of the week.
    Its similar to the above one but instead of writing case statement you can achive the following.
    data : w_res type i,
             w_data type d,
    w_res = w_date mod 7.
    w_date = w_date - w_res.
    write w_date.
    This works.
    Regards,
    Siddarth

  • How to change the full host and domain name on OS X Leopard...

    I recently bought an iMac, and I'm trying to configure it for my network. The question I have is, how can I change the host name and domain name from Skuld.local to skuld.tolharadys.net?
    After mucking around with a few searches on Google, I've gotten the domain name to stick since running domainname returns tolharadys.net. Also I can change the hostname as reported by 'hostname' temporarily by running 'hostname skuld.tolharadys.net' in Terminal.app. However, this isn't persistent after reboots. Ideas are welcome.

    You would need a DNS server on your network configured to answer authoritatively for that particular subdomain.

  • How to see the topicrefs of a nested ditamap in the resource manager?

    Hello,
    I use FM 12. I am trying to move a 500 page document with several chapters into Dita 1.2. I use one ditamap per chapter. When I nest ditamaps under a main ditamap using maprefs, I do not see the topicrefs of each map. Also, the topics do not show up when PDF is generated. How can I make all topicrefs appear in the resource manager?
    Thanks,
    Rajashree

    You can't see the topics in the chapter maps form the root map. When you open a map, you see the topicrefs for that map not the submaps. If you want to see the topicrefs, double-click the map reference and it'll open the chapter map. That might be a nice feature, but it doesn't currently work that way. If you want to see all of the topicrefs together, you'll need to put them all in one map.
    The issue of the topics in the submaps not being included when you generate a PDF sounds like a bug (or you've set something up wrong). You might try changing the maprefs to topicrefs. A mapref is really just a special type of topicref, and the build process may not be set up to handle maprefs.
    Cheers,
    ...scott

  • How to find resource mailbox property "Add the organizer name to the subject" in Exchange 2013

    Use the Resource Information tab to specify the meeting information that appears in the resource's calendar:
    Delete attachments   Select this check box to remove attachments from all incoming requests.
    Delete comments   Select this check box to remove comments from all incoming requests.
    Delete the subject   Select this check box to remove the subject of all incoming requests.
    Delete non-calendar items   Select this check box to remove non-calendar items from all incoming requests.
    Add the organizer's name to the subject   Select this check box to specify whether the resource requestor's name is added to the subject of the request.
    Remove the private flag on an accepted meeting   Select this check box to remove the private flag for all incoming requests.
    Send organizer information when a meeting request is declined because of conflicts   Select this check box to send the meeting organizer information regarding
    a denied request.
    Customize the response message that organizers will receive   Select the Add additional text check box to customize the message that
    the requester receives when the meeting has been declined, and then type the additional information in the Additional text field.
    Mark pending requests as Tentative on the calendar   Select this checkbox to specify that all pending requests are marked as Tentative in the resource's calendar.
    The delegate can then accept or deny the request as needed.
    This is how these settings can be found in exchange server 2010(highlighted) but I am unable to find a similar setting in the admin center of Exchange 2013. I know this can be done through shell commands but I want to know where I can find the same UI setting
    in 2013. 
    Any help is much appreciated.

    Those settings are not exposed in the EAC or the Resource settings in OWA, afaik. Just use the shell.

  • How to link the resource bundle in JSF implemented in  eclipse?

    Kindly help me out

    This is how I called the resource bundle in JSF
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Insert title here</title>
    </head>
    <body>
    <f:view>
    <f:loadBundle basename="constantsUIProp" var="prop"/>
    <h:form>
    <h:inputText maxlength="#{prop.AREA_CODE_MAX}"></h:inputText>
    </h:form>
    </f:view>
    </body>
    </html>
    when i tend to build, it shows an error like+ Resource bundle cannot be found on the classpath+
    I have saved the resource bundle in WebContent/Web-Inf/classes/constantsUIProp

  • IDM : How to get the Resource name in Exclude Rule during Reconciliation?

    Hi
    Problem Statement => How to get the Resource name in Exclude Rule during Reconciliation.
    Problem Description => Apparently, we use exclude rule for not consider some account during reconciliation.
    I need the resource name in exculde rule during reconciliation. I tried with getResources() method which is an inbuilt method.But it gives all the resources are aviablable in the repository (IDM). I need only the current reconcilied resource name instead of fetching all the resouce.
    Can any one please help how to get the resource name in exclude rule during reconciliation?
    Thanks in advance for you help.
    Thanks,
    Chellappan

    Hi,
    Thanks for your reply.
    I have 50 resouces and these resouces using the same kind of exclude rules. In the exclude rule, i am using resource name to do some work. If i get the resouce name in exclude rule, then i can use the same exculde rule for 50 resources. This will minimise the rule count from 50 to 1. For that, i need resouce name.
    Thanks,
    Chellappan Sampath.

  • Does Apple have a way to manage iTunes accounts on Corporate owned devices, meaning if someone leaves the company how does the company access the purchase apps as they are the owner of them.

    Does Apple have a way to manage iTunes accounts on Corporate owned devices?  So, if someone leaves the Corp. how would the company have access to all purchased apps for any device.

    If the apps were purchased using a corporate iTunes account, someone at the company should have the password. If they were purchased under a user's iTunes account, even though the device was owned by the company, the apps are tied to the user's Apple ID and do not belong to the company.

  • How to destroy the resource contained in resourcebundle.getBundle

    Hi
    I have one problem here.
    I m using ResourceBundle class to load the local values
    from portal_local.properties.
    well its works fine but when i make some changes in this file.The changes r not reflected in the result.Resourcebundle reflects the older values cached in it.
    is their any way so that we can destroy that cache contained in resourcebundle and then load the new file again.
    thanks for any help
    Map globalProperties = PropertyUtils.toMap(ResourceBundle.getBundle(global));
    the whole function is like that
    private static Map loadResources(String global, String local) {
    //getTimeStamp();
    Map globalProperties = PropertyUtils.toMap(ResourceBundle.getBundle(global));
    try {
    globalProperties.putAll(PropertyUtils.toMap(ResourceBundle.getBundle(local)));
    } catch (MissingResourceException e) {
    // We only bother with the local resources if the file's present. The
    // getBundle() will fail if portal_local is missing
    return globalProperties;

    My problem is also that the resource bundle cache cannot be cleared.
    1. you can load a propertyfile from classpath (resourcebundle), but it is cached, and read only once.
    2. you can load a propertyfile if there is where your class is, but then users should see java classes, which is not the best i think.
    At last somebody should tell me how to create a user friendly customizable app, which can be modofied by properties at runtime!

  • I own the original Ipad and I want to remove an application where do i go to do that and how? I can't find it like on my laptop...THanks!

    I own the first Ipad orginal...my question is how do I remove an application that I loaded...it was not a good FBK app and I have the "correct" FBK app now but do not know how to remove the application loaded that was bad off? Thanks! Its not the same as my laptop...just started using the Ipad...won it 2 yrs ago and just took it out of the box!!!! Its driving me crazy too..."it crazy!"

    Hold down the Apps for a second or two until you see the X. Tap on X to delete.
    http://i1224.photobucket.com/albums/ee374/Diavonex/6f172bf9.jpg

  • I own the Adobe Suite. How do I build a form?

    I own the Adobe Suite already (including Acrobat) and I would like to build a form. Do I have to pay an additional fee to do this? If not, how do I create a form?

    Hi lynnholly,
    If you have Acrobat, you don't need to buy additional software to create forms. Please see Acrobat Help | Creating and distributing PDF forms for some great, basic forms information.
    Please let us know if you have additional questions.
    Best,
    Sara

  • How can I obtain the resources in jar?

    How can I obtain the resources in jar if the class that to want this resource is static?
    I don't succeed use like:
    getClass().getResourceAsStream("/" + name)
    because my class is static.
    Thaks

    You could do this
    new Object().getClass().getResourceAsStream("/" + name)
    or
    Object.class.getResourceAsStream("/" + name)

Maybe you are looking for

  • How to get the list of documents

    Hi everyone Can anyone help me How to get the list of documents residing in a folder of KM repository of SAP Netweaver using a simple java program Thanks in ADV. Rupesh Khemka

  • Help on 2 error messages / code request please

    Why am I getting this error message about an abstract when I'm not declearing one. error messages I'm getting below ----------- .\LkList.java:26: Method LinkedList getList() requires a method body. Otherwise declare it as abstract. public LinkedList

  • Useful logs and trace files

    Hello experts, for our Netweaver AS administration, I am in charge of periodically checking logs and trace files. I would like to know which are the most useful logs and trace files and the information each one will hold. I am familiar with "DefaultT

  • Sync fails to start

    I plugged my iPhone to my computer yesterday morning and ran thru the Sync and it moved my music from iTunes on my computer to my iPhone. Last night I plugged my phone in and it kept trying to Sync, but kept saying 'Sync has failed to start'.  What a

  • Problem w/ Netbeans genereted jar file

    Hi, My java application runs fine in the netbeans IDE. I had problems with the jar file it created a while back which turned out to be that i had an older version of JRE still installed. Anyway they worked fine until recently, when i started geting t