• Post Reply 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Get the Server reference in the application

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to Get the Server reference in the application?
Full details:
I am running application in Websphere Server 6.0.
In that server we created following Confirguration:
Cluster , In that cluster 2 Nodes created and one Server created on each Node.Say Server1 is running on Node1 and Server2 is running on Node2.
My application is deployed on both servers.
Now my requirement is I need to run specific task in application on Server1 and some specific task on Server2.
Is there any mechanisam to take the server reference in my application ? I don�t want to define any system variables at the Server front.

Thanks,
Santa.
 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even I am facing the same scenario.
 
reply
    Bookmark Topic Watch Topic
  • New Topic