How to make Weblogic 10 share playerPrincipal among intra-domain servers

Hello,
We have been struggling with this problem quite a lot. We are currently trying to implement SSO which sharing playerPricipal within intra-domain servers (servers in the same domain).
User login in one server and another server should know that the user has been logged in or not.
We are thinking to set up some kind of "trust" between servers inside domain but do not know how to configure it.
Does anyone have any idea how to set up WebLogic 10 so that playerPrincipal can be shared between servers? Many many thanks for the experts :).
Br,
Linda
P.S: we are avoiding to use cluster because it might caused a lot of work for us :)

Thank for your answer James.Bayer :)
We have quite severals applications are running in server 1. Using cluster is mean that all other applications in server 1 should change their configuration. And what cluster provides are too much more than our requirements. What we want is only sharing Principal between 2 servers in the same domain.
All of the links which I have searched are about sharing Principal within 2 servers in 2 separate domains. No link about sharing Principal between 2 servers in the same domain. My wondering is that: does servers in same domain share Principal by default? But we have configured applications either the servers wrongly hence it can not see other's Principal.
Could you please answer me with this question. And all answers of other people are very much welcome. I thank you very much for all of your kindness in answering my question .)

Similar Messages

  • How to make two portals share the same UME?

    Hi all,
    Can anybody share some information about how to make two portals share same UME? Is it possible? Thanks.
    B.R.

    Hi Lee,
    Its very much possible for 2 portals to make use of one datasource for UME.
    Lets assume for a scenario sake we are using an LDAP server as the UME for portals environment...so you would simple need to point for the UME's to the LDAP datasource.
    If you have something in particular do post back
    Thanks,
    GLM

  • How to make WebLogic run as a service in Sun Solaris

    I have a WebLogic Server 10.3.1 run on Solaris 10. I use oracle user to start WebLogic. But when I logout, the server also down. How to make it still run when user oracle logout the server or the session is disconected automaticly?

    you can put the same command in .profile file (hidden file) .. when the user logs in .profile will be executed and so do your startup sommand.

  • SAML: How to make Weblogic 9.1 listen at Assertion Consumer URI?

    Hello,
    I'm currently struggling to configure SAML authentication with Weblogic 9.1.
    I have a reverse-proxy (NevisBox) that will act as Assertion Source. It will use the Browser/POST method to transmit the assertions. The form action URL is http://mysite:myport/myApp/<b>acs</b>.
    In my Weblogic configuration, I configured the Federation Services of my server as explained in the "Configuring Single Sign-On with Web Browsers and HTTP clients" chapter of the security-related doc for weblogic: I put /myApp/acs in the Assertion Consumer URI fields.
    What must be done to make the weblogic actually <b>listen</b> at these URI's (when I try to access them, I get a 404 error)?
    I should be missing something obvious ;-)
    Thanks for your help
    Antoine
    <b></b><b></b>

    We were also seeing this. The server startup logs showed this:
    ####<Jun 26, 2007 9:10:37 AM CDT> <Debug> <SecuritySAMLService> <ssmn00dk00107> <wl-d17pra-admin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182867037562> <000000> <SAMLServerConfig.isApplicationConfigured(): Application 'samlacs' should deploy but .war file copy failed>
    Granting write access to the saml*.war files and the parent folder (lib) eliminated these error messages. At server startup we saw this instead:
    ####<Jun 26, 2007 12:52:42 PM CDT> <Debug> <SecuritySAMLService> <ssmn00dk00107> <wl-d17pra-admin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1182880362058> <000000> <SAMLServletContextListener: Registered SAML service 'samlacs' at URI '/samlacs/acs'>

  • How to make weblogic proxy to work on Sun Java system web server 7?

    Hi Every one,
    I am working on upgrade our Sun one 6.1 webserver to Sun Java system web server 7. Our website uses weblogic server to process jsp, web server only send static pages. I did all configurations as on Sun one. But somehow, the webserver does not forward "get jsp page" request to weblogic. The log record is:
    for host 10.78.124.118 trying to GET /home.jsp, send-file reports: HTTP4142: can't find /www/a/WebServer7/docs/bmd9i/home.jsp (File not found)
    home.jsp is at weblogic server.
    And redirect "NameTrans fn="redirect" from="/" url="/home.jsp"" seems does not work. when I type on IE http://32.69.253.131/ (32.69.253.131 is http listener IP), it always shows index.html page under the document root.
    Could some on can help? I am the first time to configurate web server. Thanks in advance.
    The configuration files are like:
    1. magnus.conf
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/www/a/WebServer7/weblogic6.1sp6/libproxy.so"
    Init fn="wl_init"
    2. obj.conf
    # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    #<Object name="weblogic">
    #Service fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #</Object>
    <Object name="default">
    <Client method="TRACE">
    AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="501"
    </Client>
    #AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="strip-params"
    NameTrans fn="redirect" from="/" url="/home.jsp"
    NameTrans fn="redirect" from="/index.jsp" url="/home.jsp"
    NameTrans fn="redirect" from="/index.html" url="/home.jsp"
    NameTrans fn="document-root" root="$docroot"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/www/a/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path="index.html"
    <If $uri =~ "/*.jsp">
    Service method="(GET|HEAD|POST|PUT)" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    </If>
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-compressed" check-age="off" vary="on"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain" charset="iso_8859-1"
    ObjectType fn="set-default-type" charset="iso_8859-1"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    3.mime.types
    I add one line: type=text/jsp exts=jsp

    Quick obvious question - Are you positive you're editing the correct obj.conf? Check the config directory and see if there is a second one called something like <instance>.obj.conf (where <instance> is the name of your configured instance).
    Alternatively you can grep for object-file in the server.xml to see which obj.conf the server is using:
    # grep object-file server.xml
        <object-file>bare-php.obj.conf</object-file>Assuming that you are editing the correct obj.conf file, are you making certain to restart Web Server after making your changes?

  • Epson T23 - How to make your printer share on Airport Extreme.

    Hello everyone. I hope this info can help anyone within the same situation I was!
    I bought an Epson T23 (a cheap printer here in Brazil) to substitute my old Canon iP1300. Everything was fine. I've installed the Epson drivers that came with the CD and both my Macs (iMac 24 and MacBook Black) were printing without problems.
    But when I connected the Epson T23 on my Airport Extreme to share the printer over my network, I was very disappointed to discover that the Epson priters DID NOT WORK at all! My old Canon printer worked like a charm over Airport but not the Epson. I've tried every solution Apple had to solve this kind of problem and nothing. I even wrote to Epson Brasil but their support is non existent.
    I was already thinking in return the printer to the store when I've discovered an alternate set of printer drivers called Gutenprint on SourceForge. After I installed them, the Epson T23 finally share printed over my Airport Extreme (even though I've used Epson T20 Gutenprint drivers - until the date of this post there are no specific drivers for the T23 series).
    https://sourceforge.net/project/showfiles.php?groupid=1537&packageid=273638
    So, this is my tip if your having trouble with Epson T23 drivers using Airport Extreme: use Gutenprint.

    Estou com o mesmo problema. Se vc puder me dar + informações... Eu não achei o drive no site, não sei bem o q procurar... Vc fez como se estivesse instalando outra impressora?

  • How to make push work with a google hosted domain?

    I can find no instructions on it through google, i've posted through google groups and gotten no answer. Using the instructions to setup google as exchange works great for my personal mail but it doesn't work for my hosted domain simply by substituting my hosted domain email. The only way I can get my hosted domain to work is by setting it up as a regular gmail account. The phone only allows one exchange push account and I would much rather have my hosted domain (work) as the push account and hte personal as the one that refreshes every 15 minutes.
    how can I get this to work?
    Thanks.

    The Sony Ericsson W580i is supported using an iSync Plugin from here.
    Be careful that you choose the correct phone, as you wrote W580i in your subject, but W850i in your message!
    Julian
    Aluminium 20" iMac 2.4Ghz, 2GB RAM Mac OS X (10.5.2)
    Apple Required Disclaimer: "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • How do I share apps among several iPads?

    How do share apps among several iPads?

    Or you can go to the purchased tab (on the ipad's app store) and download it (again for free*) using the SAME Apple ID from apple's iCloud.
    *internet download charges may apply.

  • How to make two Application Modules share the same entity cache?

    Hello everyone, I am using JDeveloper 11.1.2.3.0
    I have a little problem in my application through using two AppModules that contain also same ViewObjects. So to be clear one VO is declared in two AppModules. When I commit the view by using AppModule1 and then go to another page that uses the same VO but from AppModule2, I have to commit again, even through the row is previously stored in the database.
    I understood that this came because different AppModules use different entityCache for database communications.
    I am asking if anyone knows any option on how to sync the entity caches from the two appmodules, or how to make them use the same entity cache.
    Thank you

    You can make a copy of the app and give it another name, but it will use the same settings files no matter which you open. Settings aren't stored in the app, but in your Preferences.
    Firefox, being a Windows derivative, might have the capability to use "Profiles" where you'd set it up different for each profile. I don't use Firefox, so I don't know if that option exists.

  • How to make iPhotos library available to other users

    how to make iPhotos library available to other users

    To give others selective access to your iPhoto library, you have the option of using iCloud Photo Sharing, if the privacy implications don't bother you. The images will be stored temporarily on Apple servers.
    If you want to give full read/write access to more than one user, see the support article linked below.
    iPhoto: Sharing libraries among multiple users
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • One apple id 2 iphone how to make saparte

    hi, i got my iphone4 so, i make one apple id .and i use that to download app only after 2 month i got second i phone 4 now i try to make for that apple id  and it need crdit card .. so i use same apple id . now 1 year  or more i find out any thing i do  on one phone it go to second phone like contact ,,, photo... note .. now i want to do make both phone sapate i  have   second apple id too... iam useing i cloud .   so one phone use new id and second phone use old id  so both have saparte apple is with i cloud  . so question here how i make saparte without lost and contact.. and photo and note..  //??????

    Decide which iPhone will be keeping the current iCloud account.  On the one that will be changing accounts, if you have any photos in photo stream that are not in your camera roll or backed up somewhere else save these to your camera roll by opening the photo stream album in the thumbnail view, tap Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll.  Also email any notes that you want to save to yourself.
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The phone that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to un-merge the data you will then have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want (such as deleting the other phone's contacts from your account, and vice versa).

  • How to make a complaint about in store Apple customer service on iphone4S ?

    Hi all,
    I'd like to know about how to make a complaint about a very unpleasant service experience and I'd also like to share this story with you to see whether you guys have any comments (good/bad all welcomed!).
    I booked a genius bar service to see the technical consultant at 1:00 pm yesterday. I came at around 1:15 pm and I was told by the order person (i.e. the person who holds a list of bookings on an ipad and instructs customers to queue) that I had to book another service time (i.e. next week).Our conversation was not pleasant and is (roughly) the following one.
    Order person: You missed your appointment so book another one and come next week.
    Me: I had my work and that is why I am late.
    Order person: Sorry you need to book another one.
    Me: No other alternative? I took a bus and came all the way here.
    Order person: Or you can try Bondi.
    Me: ............No other alternative?
    Order person: Or you can wait for half an hour to one hour. You have seen how many people there are here.
    Me: All right. I understand so can I ask you some technical questions?
    Order person: You need to make a booking and talk to a genius service person.
    Me: I just want to know given the issue I have if I can make a replacement.
    Order person: What is your problem?
    Me: I bought this iphone here in Sydney and gave it to someone who lives overseas as a gift. When he made a call he frequently could not hear anything from the other end. I bought two iphones, one black and one white. (I showed him my reciept.) The white one works but the black one doesn't.
    Order person: Did you restore it?
    Me: Yes and I brought it here. (I showed him the iphone.)
    Order person: You do not have a micro-SIM card in the phone?
    Me: No because I do not use an iphone.
    Order person: If you do not have a SIM card then how can we assess it?
    Me: So you need a SIM card?
    Order person: Yes.
    Me: I came here three times and different people told me different things. The first two times both the came-up people said just take your phone and we can offer you a replacement. So I think this is how it should be.
    Order person: Well, I'm sorry!!! Now you know you need to have your micro-SIM card.
    Me: Can I see your manager? I want to know exactly what I need to do.
    Order person: I am the manager at the moment.
    Me: So that is all I need to bring? Iphone and its SIM card.
    Order person: Yes.
    Me: OK.
    Order person and his colleague had an unpleasant laugh after I turned.
    There are a few things I want to make a complaint on and I'd like to see you guys' opinions on this.
    The order person's attitude was not very acceptable. I understand he is an expert in this area but I believe there are non-expert customers like me who takes time to understand. Some of his words and his laugh made me very uncomfortable.
    Even I have come three times I am still confused about what I need to bring to see the genius service person. I can bring an iphone but I do not have an Australian micro-SIM card (since this iphone is a gift to other people who lives overseas).
    Thanks for reading all this! Any comments or suggestions are more than welcomed, both good and bad!
    Please let me know if you know a proper place where I can make a complaint!
    Thanks!!!

    Thanks for your response and yes, I haven't thought about the warranty being not international.
    Having said this, using all the modern technology of identifying and tracking my device to e.g. figur out the warranty status, I find it not satisfactory. People like in my case relocate from time to time and Apple as an international company with employees world-wide should know better I think and I expect a more customer oriented problem solving attitude and -if you want to make a difference - it sure is possible.
    Yes, I know the cue information from Manhattan, but in Hamburg you get other educational information on them.
    For me there is a gap between the glamourous coolness, hand-shaking and introducing oneself on one hand and the unsatisfactory problem solution from the customer's perspective. As such I am already annoyed/frustrated when my device is not working as it is supposed to. Getting just process-required and not flexible responses does not help.
    And no, I don't feel well, if I have an appointment scheduled for 10 minutes, invest already hours to make it happen and stay for much longer.
    What annoys me is that I get the impression despite the fact that as an 'already educated customer' I do a lot myself in figuring out what to do best and be considerate and I am still confronted with an attitude as if I don't 'function good enough' as customer and should know this and that and better. This *****.

  • How to make tax classification field mandatory in sales order ?

    Hi,
    while creating sales order, " how to make tax classification field mandatory ".
    Please tell me the procedure.
    In tcode OVA2. what are the entries for fields,table.
    Regards,
    sapsduser

    Dear ,
    Could you please share why you want to make tax Classification field mandatory in sales order.
    Maintain Tax classification field for customer in Customer Master Data = (Sales Area Data - Billing document Tab page)
    Tax Classification field for Material in Material Master Data = Sales Org. 1 View.
    While creating sales order and enter customer and material system automatically fetch the tax classification related data into sales order.
    Tax is calculated based on the ship to party.
    Hope this will help you.....
    Regards,
    Manoranjan.

  • How to make IIS on Windows 7 visible from outside my home LAN

    Guidance Needed: How to make IIS on Windows 7 visible from outside my home LAN.
    I am building a learning/demo ASP.NET website on this Win7 PC, using VS2008. 
    I would like to share the website with a client/friend, so I need my local IIS to be visible from outside the home LAN.
    This PC is behind a Netgear WGR614 router, which has a static IP address assigned by my ISP. 
    I have set up port forwarding on the router; port 80 is HTTP.
    I can see the website as http://localhost/ and also as http://192.168.0.2 from other PCs inside the LAN.
    Ping works from outside, but not http.   What am I missing?

    Hi,
    Since this question is related to IIS and we have specific support for IIS related issues or questions, it is also recommended that you go to IIS Forum for help.
    Hope this helps. Thanks.
    Nicholas Li - MSFT

  • How can I save and share movies to a flash drive in Premier Elements 9

    How can I save and share movies to a flash drive in Premier Elements 9
    mobile phones and other devices - only give for ipods and iphones
    export files for viewing on computer -  windows media etc
    I am experienced at burning dvds on the Adobe Premier Elements but new to sharing movies to a flash drive.
    Please help!

    Moti
    Premiere Elements 9.0/9.0.1 on what computer operating system?
    1. USB Flash Drive.
    Go to Share/Computer/ make your export choice.
    In the Save In field for the preset selected, browse to and select the USB Flash Drive
    2. Windows Media
    Share/Computer/Windows Media and select appropriate preset to get you .wmv file
    3. See Share/Mobile Phones and Players
    Remember you can customize the settings under the Advanced Button/Video Tab, Audio Tab, Multiplexer Tab of
    the preset selected.
    Please review the Premiere Element 9 Help PDF, Chapter 15, Saving and Sharing Movies.
    http://help.adobe.com/archive/en_US/premiereelements/9/premiereelements_9_help.pdf
    The above is an overview. We can go into more details after you review the above.
    Thank you.
    ATR

Maybe you are looking for

  • Multiple Apple ID's !?....yup...that REALLY makes sense !

    Hi guys !   just a ''little'' rant/frustration venting here : a few days ago i decided i'd finally give iCloud a go & check out how well it works...   launched the app, followed the instructions & thought i might as well edit my iTunes Store Apple ID

  • RFC Implementation problems with SUP iOS

    Hi All, I have two RFCs, the first one is quite simple with two string inputs (defined as load parameters) and the output without any table. The Second one has several output tables and several inputs (String) including an Inputstructure. The first o

  • ORF images are slightly zoomed in

    Hi, I am trying the latest version of Lightroom 5 and I have imported a number of .ORF images from Olympus OM-D E-M5 camera. Everything was fine, but when I started comparing exported JPEG images with original previews of ORF in Windows, as well as w

  • Xml slideshow playback controls issue

    Hi, I'm trying to create a picture slideshow which can be controled by the user with play / stop / next buttons. I've managed to program the play / stop events with success, but I'm stuck trying to create the next button event since it doesn´t work p

  • Encoder Audio/Video Not Matching Up

    I am trying to encode a 1 hour MPEG2 video file to FLV. I have used different computers (upgrade to faster processor, 1GB ram, but this was on a completely separate machine from previous attempts) and different MPEG2 codecs. Every time I encode a vid