Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Application Level Variable -- set/reset using a JSP -- in two contexts

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
We have an application level variable, which is set dynamically through a JSP page (uses Authentication and Authorization - restricted page). We tested the set/reset functionality of this variable/flag using our ONE server. Currently, for our application, in Production, we have two servers.

My question is how I can set/reset this variable/flag for the application running in one particular server? In my user-interface JSP, the admins should be able to select a particular server (one of the two) and decide to turn-on or turn-off this flag.

How we can achieve this functionality? What needs to be changed at Web-server or App Server levels? Any information or references are highly appreciated.

Our app is running on WAS5 ... Developing in WSAD 5.1.2

Thanks
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post the same question in multiple forums.
    Bookmark Topic Watch Topic
  • New Topic