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

deployment question

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an exploded directory structure in my applications forder of my domain in BEA 8.1 server, and when I change a class file and copy it to the class file folder somewhere, do I have to stop-> start the server, is there any way to class load the file when the server is running ? I mean my application is huge , so if I stop -> start the server I have to login my application and go through a series of steps to get to my change. please advice/help

Thanks
Pradeep
 
Ranch Hand
Posts: 425
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use weblogic.Deployer utility to redeploy the application without restarting the server.

Check about weblogic.Deployer here:
http://e-docs.bea.com/wls/docs81/deployment/tools.html#999152
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure but i think you copy your class files into your exploded directory. so weblogic automatically take it. There are some options for it in weblogic .
I refer you to see weblogic hot deployment
 
The airline is called "Virgin"? Don't you want a plane to go all the way? This tiny ad will go all the way:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic