• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Deploy the application in the clustered environment in Websphere 4.0

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When we deploy application( i.e abc.ear) in Websphere 4.0 in the clustered environment(i.e I have got 2 clones of the server on two seperate AIX boxes),the /usr/Websphere/AppServer/installedapps/abc.ear directory is created only in one of the servers.The message says that I have to copy it manually to the other directory.Is there a way by which when I deploy the application,the abc.ear directory is created in both the servers and I dont have to copy the directory manullay.
All inputs will be appreciated.
 
Ranch Hand
Posts: 217
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no, so far it is a manual process(and the directory structure must be identical, even on same drive on Windows). Unless you may consider some network file system to share the same copy cross different appservers.
 
If you are using a wood chipper, you are doing it wrong. Even on this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic