This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes setting global values in weblogic session Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "setting global values in weblogic session" Watch "setting global values in weblogic session" New topic
Author

setting global values in weblogic session

kv ruby
Ranch Hand

Joined: Jul 23, 2009
Posts: 38
need to set certain values in session that would be global to whole application like in OC4j the code used to get Session was

Is there a similar solution in weblogic like getting a separate thread of weblogic or to get session from weblogic server context or anything else that would resolve this issue?


Regards, ruby kv
rubyshiv.blogspot.com
sudipto shekhar
Ranch Hand

Joined: Apr 02, 2008
Posts: 813

kv ruby wrote:need to set certain values in session that would be global to whole application like in OC4j the code used to get Session was

Is there a similar solution in weblogic like getting a separate thread of weblogic or to get session from weblogic server context or anything else that would resolve this issue?


Hi Kv,

I would like to know why would you want a separate thread for this purpose?

You are a developer, this will help you, I guess !!

Hope this helps.


Regards, Sud.
SCJP 5 ScjpFAQ JLS
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: setting global values in weblogic session
 
Similar Threads
EJB noClassDefFoundError
help using table of number
jsp session scope List values
EJB Handle from HttpSession
multiple session issue