How to share Sessions between 2 Weblogic ?

Hello,
I've some problems in setting on Weblogic. Suppose there are 2
Weblogic Servers, WebA and WebB. A New Session will be created if user
go to the page in WebB from WebA. Is there any methods to share the
Session between them ? I turned on the following properties in
Weblogic.properties already.
weblogic.httpd.session.persistence=true
weblogic.httpd.session.persistentStoreType=jdbc
weblogic.httpd.session.persistentStorePool=demoPool
weblogic.httpd.session.persistentStoreShared=true
But a new entry will be created as long as user go to the page at WebB
from WebA.
In fact, I want to use the Session entry created by WebA.
Thx
Lim

You need to make sure that session tracking is enabled,
either via cookies or url rewriting. Otherwise, the incoming
request won't be able to tell the server which session it belongs to.
Jason
"Cheung" <[email protected]> wrote in message news:[email protected]..
Hello,
I've some problems in setting on Weblogic. Suppose there are 2
Weblogic Servers, WebA and WebB. A New Session will be created if user
go to the page in WebB from WebA. Is there any methods to share the
Session between them ? I turned on the following properties in
Weblogic.properties already.
weblogic.httpd.session.persistence=true
weblogic.httpd.session.persistentStoreType=jdbc
weblogic.httpd.session.persistentStorePool=demoPool
weblogic.httpd.session.persistentStoreShared=true
But a new entry will be created as long as user go to the page at WebB
from WebA.
In fact, I want to use the Session entry created by WebA.
Thx
Lim

Similar Messages

  • How to share session beween 2 weblogic instance (451)

    Hi,
              I'm looking for the possibility to share session information between two
              weblogic instance (for weblogic 4.5.1).
              The first instance create and add information inside the session and store
              the session inside jndi for example.
              The second instance lookup the jndi to find all session informations and
              continue to work with this informations.
              If somebody have already do it, I'm intersted about tips and informations to
              do this fonctionnality.
              Thanks
              

    If the two server instances are in the same cluster, they automatically
              share session info!
              Gene Chuang
              Join Kiko.com!
              "Didier" <[email protected]> wrote in message
              news:[email protected]..
              > Hi,
              >
              > I'm looking for the possibility to share session information between two
              > weblogic instance (for weblogic 4.5.1).
              >
              > The first instance create and add information inside the session and store
              > the session inside jndi for example.
              > The second instance lookup the jndi to find all session informations and
              > continue to work with this informations.
              >
              > If somebody have already do it, I'm intersted about tips and informations
              to
              > do this fonctionnality.
              >
              > Thanks
              >
              >
              

  • How to Persis session between two ear files

    Can anybody tell me how to persists session between two ear files?
    Please Help its urgent!!
    Rahul

    Rahul -- there's nothing as a J2EE spec requirement or even a proprietary feature of OC4J/OracleAS which will enable this.
    If you have two different EAR files, then they are two different applications, and each will have their own session which can't be shared amongst each other.
    If you have data which needs to be shared across different applications then you could either put it on a shared file system or write it to a database which you can then read from in the other application.
    One way to do this is to implement the HttpSessionAttributeListener interface which will be called when object are added/removed/updated from a session, and then make a determination on whether the new object needs to be stored in a common place to facilitate sharing between applications.
    This is more likely to be a hackaround and ideally you'd examine why you want to share session state across applications and rearchitect so you don't need to do it -- but if you want to try a solution without a major revisiting of the whole application, then perhaps it's an option.
    cheers
    -steve-
    cheers
    -steve-

  • HT1203 iTunes: How to share music between different accounts on a single computer - I tried to use the instructions to configure 2 different windows users sharing the same iTunes library.  I could not get this to work per the instructions.

    I tried to configure 2 windows users accounts using a single library per the instructions in HT1203.  My iTunes library is on an external drive.  I cannot get this to work.  Any suggestions?

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    If you want to give full read/write access to more than one user, see the support article linked below.
    iTunes: How to share music between different accounts on a single computer
    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.

  • I have 2 profiles on one computer. How to share music between the profiles in itunes?, I have 2 profiles on one computer. How to share music between the profiles in itunes?

    I have 2 profiles on one computer. How to share music between the 2 separate profiles in iTunes?

    iTunes: How to share music between different accounts on a single computer
    This might help. info provided by 'b noir'
    iMoz

  • How to share music between different accounts on a single computer

    I am trying to share music on my Mac between two different iTunes accounts.  Can this be done?

    iTunes: How to share music between different accounts on a single computer - http://support.apple.com/kb/HT1203 - relocating iTunes' media folder to a shared area but leaving separate library files - extra tip at https://discussions.apple.com/message/17331189

  • HT1203 i have tried this 6+ times to "How to share music between different accounts on a single computer" on my wifes mac and can not get it to work!! On my PC no problem but on the MAC it will not work, follow the instructions to the T but no go????

    i have tried this 6+ times to "How to share music between different accounts on a single computer" on my wifes mac and can not get it to work!! On my PC no problem but on the MAC it will not work, follow the instructions to the T but no go????

    It is almost as if the program does not exist on my computer. If I search for it, the only thing that comes up is the installer. I cannot find it anywhere despite the fact I have installed it numerous times, uninstalled it and conducted a fresh install, and the Adobe website checks says that it is installed.

  • How to share music between my ipad and iPhone

    How to share music between iPad and iPhone

    Sync both devices to the same iTunes Library on your computer. Or just re-download iTunes Store purchased music from the Purchased tab in iTunes using the same AppleID.

  • How to share ibooks between different accounts?

    I have a friend that has an interesting book. he wants to share it with me so that I can read it. I don't know how to share books between accounts and I don't know if it is possible.

    I have a friend with the ipad and she would never give me it. Is it possible to tranfer the book from the ipad to my mac without deleting her other data? because when you connect a new device it asks you to delete all files.

  • How to maintain Session between two ear files?

    HI Guys
    I have deployed two ear files in oc4j. One is used to open applet and other for business operations.
    My problem is after calling applet my session gets invalidate. How to save session between two context
    I am new in this field please help!!
    the sooner the better
    Rahul

    Can I do this if I integrate oc4j with apache!!
    Can I maintain session
    Plz. Help
    Rahul

  • How to share session object between multiple WAR's

    I am Using servlet 2.3 & websphere 5.1 application server. I am using multiple war applications in my ear and i am able to share context-attributes & session attributes between wars. Can any one guide me how i can share session object?
    I am getting session -time out in first war even though i am doing some operation's in second war. I want to maintian the same session, even in my second war which was created in my first war.
    Can any one help me. Thanks in advance.

    Hi LNL,
    Can you explain more on singleton solution as you said....
    For session attributes & context attributes i am using persistent storage to retrive them in multiple wars. My problem is how should i use "session object" in my second war which was created in my first war.

  • How to share files between pc and mac via external hard drive

    how can i share my files(mp3,mp4,documents) from my harddisk with mac. i am a new mac user and i have a harddisk of NTFS format(as i was a pc user).I learned that mac supports FAT32 format and therefore i can't write data on my external hard drive.
    but, reading a section of OSX yosemite(under compatibility) it is said that now we can easily share files between pc and mac.
    So please suggest me easier way that how can i share files between macs and pc as my friends uses pc and in future i really want to share my data with them without any hustle and i dont wanna loose my data in future

    You can format the HDD to a common one like ExFAT or Fat32 but a reformat will delete all data off of the HDD.
    Your other option is to use a third party software such as Paragon or Tuxera that will allow you to write to a NFTS formatted HDD.
    Ciao.

  • How to share app between a MacBoo Pro,an iphone 5 and an iPad?

    Hi,
    I have an BacBookPro using OSX 10.9.1, an iPad and an iPhone. I don't know Apple very well.
    When my boy download a new App one the iPad, it automatically appear on my iPone. How it's working?
    Is there a way to share things between the MAc, the iPad and the Phone? Is there a way to save App on my MacBook Pro? Or  save my boy iPad's musics on my Mac? I don't now how to use iCloud is it with that?
    Thank you.
    Best regard

    fleurs65 wrote:
    When my boy download a new App one the iPad, it automatically appear on my iPone. How it's working?
    That happens because in Settings>iTunes & App Store you have Apps turned on under Automatic Downloads.  If you don't want this, turn this off.  This can be configured on your iPad too.
    Is there a way to share things between the MAc, the iPad and the Phone? Is there a way to save App on my MacBook Pro? Or  save my boy iPad's musics on my Mac? I don't now how to use iCloud is it with that?
    That's what iTunes is for.  Download purchased apps and music to your iTunes library (see http://support.apple.com/kb/ht2519), and import music from your CDs to your library, then sync the iPad and iPhone with iTunes to transfer what you want.  You can also configure Automatic Downloads on your Mac by going to iTunes>Preferences>Store.

  • How to share programs between users on same machine?

    I'm sure there is an easy answer to this and as a proud five year Apple user, I'm kinda embarrassed to ask. But now that I am sharing a computer with new fiance, I need to know!
    How can we share software between users on the same machine without downloading it under each user?

    The difficult question isn't sharing programs (which almost always are shared by default) but how to share data. In particular, music in iTunes, photos in iPhoto, videos in iMovie, they all resist sharing because those apps were not designed for it. In general, to share data you can use the "Shared" folder. Go to your home folder, and go up a level to Users, then select Shared. You might want to drag it to the places list on the left in the finder so you can get to it easily. You can put your iTunes and iPhoto libraries in Shared. To select the shared versions, hold down the Option key while launching iTunes or iPhoto. Video files can also be stored in Shared, however iMovie seems to be hard connected to an individuals Movie folder.

  • I need to know how to share apps between my two Ipads and Iphone 6.

    I have and Ipad and my wife has an Ipad2 and an Iphone6.  I need to know how to share my apps between all devices.  I have heard of family sharing but don't know how to start.

    The following may help:
    Family Sharing - Apple Support
    Set up Family Sharing - Apple Support

Maybe you are looking for

  • What do i do if my iPod touch 4g wont let me update or download any apps?

    what do i do if my iPod touch 4g wont let me update or download any apps and it keeps asking me to sign in to my apple acount?

  • WRT54GS v6 1.52.5 firm DMZ does not forward

    I just flashed the router with the new firmware version. I still can not bypass the firewall to pass packets to my server. I just want to use a pc for a ventrilo server. PC is xp. No firewall, xp firewall is off. Static IP. DMZ is enabled to the IP.

  • A number will no - work on -his compu-er anymore.

    af er S and before U. Le --er _ will no- work anymore. I hope you can read -his. do you know how I can fix -his

  • Interactive Report with 2 Links

    I have an interactive report that was built from application wizard when I import an excel spreadsheet. The report has an edit link already that is working. The information for that link appears to be on the report attributes tab under the link colum

  • PyGtk/Python 2.0 png transparency help

    I've googled and tried to solve this myself for the past few hours to no avail, so i'm hoping someone will be able to help. I installed gmail-notify and decided i wanted to make the popup transparent, so i started looking into the .py file. Even thou