• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Hot deployment in Bea Weblogic.

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! all,
I am using weblogic in my current project and infact this is my first time...so for many of you this issue can be funny but I request you to please look at it even it sounds funny I noticed that that even I make changes in Jsp the war had to be build and published to server again. But for tomcat we dont have to publish the jsp elated changes.
Can we achieve this in weblogic..this can certainly save development time.
Thanks in advance.

 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Auto-Deploying Applications in Development Domains
Personally, I prefer to have the same build and deploy process in my development environment and my production environment. This minimizes the differences between environments so it's easier to replicate production conditions for debugging.
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for what it's worth...

when I use netbeans & tomcat, I build and deploy and run all within netbeans ide....so I never ran into this.

when I use eclipse (j2ee version) and sun java app server 8.2, I always build and export to a war file. Then I deploy using sun app server admin console.

when I just started using web logic, I would create an app in netbeans and deploy it manually using the weblogic admin console.

I would say, when in doubt, build and deploy separately. (netbeans makes it easy with tomcat but can be a pain for other servers)
 
Normally trees don't drive trucks. Does this tiny ad have a license?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic