• 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 re-deploy applications on Weblogic server restart

 
Greenhorn
Posts: 12
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed Weblogic 10.3.6 in Production mode and I have deployed EAR/WAR applications in my Managed Server. How can I make sure that when I restart my Managed server then weblogic will re-deploy my application once again? Any configuration is required to achieve this?
 
Ranch Hand
Posts: 256
Netbeans IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what you can do is create some shell script to restart the managed server and put a step to remove/backup the tmp folder post stop of managed server and then start.
If you remove the tmp folder weblogic will redeploy the application again and that is the quickest way to do it.

Or use no stage deployment mode which will update your files like jsp's, etc all the time it changes. Check below links for nostage deployments details

http://www.techpaste.com/2013/07/autodeploy-jsps-content-altered-weblogic/
http://docs.oracle.com/cd/E13222_01/wls/docs90/deployment/deploy.html#1027044
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
re-deployment can happen in production environments only. If you re-deploy any application go for version deployment using "-version" option in weblogic.Deployer script.
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic