• 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

Can we post Java file and XML/Config changes without restarting Websphere 7

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

Can we post change Java file change to websphere 7 without restartting the server?

We are using RAD(Rational Application Developer) as IDE to start and stop the server.

Is Publishing feature in RAD same as what I am expecting?

I Cant use JRebel.

Thanks in Advance

--Tej
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The app has to restart to pick up on the changes. You can definitely restart the application instead of the whole server.

In theory, you can have WebSphere/RAD automatically pick up the changes. I've found this to be unreliable in practice.
 
Tej Kumar Ch
Greenhorn
Posts: 15
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:The app has to restart to pick up on the changes. You can definitely restart the application instead of the whole server.

In theory, you can have WebSphere/RAD automatically pick up the changes. I've found this to be unreliable in practice.



I didnt get your point Boyarsky, how to restarting the application and restarting server will differ?

If they are different how to restart an application from RAD or from console?
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Restarting the application is faster than restarting the server. In RAD, when you go to the server view, there is an option to undeploy/restart just one application.
 
reply
    Bookmark Topic Watch Topic
  • New Topic