• 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
  • 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

how to achive the replacing the war with out downing the server.

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

i have an requirment that ..without shutdown the server ,can i replace version 1 application with next version2 application..is it possivle doing the versioning of application..

 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you mean deploy version 2 without shutting down version 1? I ask because you do not shut down the "server" (WebLogic Server) for a war deployment (although that seemed to work with an old WLS version, maybe 6 or 7).

For information about application versioning, see the documentation. You do not mention a version, so I am just including the first one that came up in my google search.

WebLogic application versioning

Quote from that :

For example, the following manifest file content describes an application with version “v920.beta”:

Manifest-Version: 1.0
Created-By: 1.4.1_05-b01 (Sun Microsystems Inc.)
Weblogic-Application-Version: v920.beta

reply
    Bookmark Topic Watch Topic
  • New Topic