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 how to achive the replacing the war with out  downing the server. 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 "how to achive the replacing the war with out  downing the server." Watch "how to achive the replacing the war with out  downing the server." New topic
Author

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

praveen kumar gowda
Greenhorn

Joined: Feb 20, 2012
Posts: 23
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..

Carol Enderlin
drifter
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
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
 
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: how to achive the replacing the war with out downing the server.
 
Similar Threads
Session timeout and redirecting to login.
webserver help
How to use JavaPOS
Accept compresed requests in tomcat
get http properties from jax-rpc ws handler