• 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

Wildfly needs to restart in eclispe after every change in code

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

I am new to Wildfly 8 and eclispe Luna. I have installed Jboss tool 4.2.2. When I do a change in code and publish the change by right clicking on server, changes are not getting reflected and I need to restart the server to see the changes.

Please can anyone help me on this?

Thanks & Regards,
Himanshu
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What kind of changes are you doing and to what files?
 
Himanshu Mishra
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Changing any of the file in the project and publishing the project does not reflect the changes. With jboss 4.2 and eclipse Galileo, it was working.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not every change is hot deployable. Only changes to certain files like JSP, HTML are hot deployable with application redeployment or server restart. Changes to Java files, need a application redeployment.
 
Himanshu Mishra
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes Jaikiran,

When chnages are done in JSP or HTML and publish it from eclipse, the changes should reflect.
When changes are done in java files, we need to build the application and the we can publish the code without restarting the server and the changes should reflect.

Both of the above situation were working with eclipse Galileo and Jboss 4.2. With eclipse luna and wildfly 8, it is not getting possible.
 
reply
    Bookmark Topic Watch Topic
  • New Topic