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 configure JBoss for hot deployment.

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

I am new to Jboss.

Can any one help me for configuring hot deployment for jboss ? i.e if I made any changes to Java files I want to deploy those files with out restarting the jboss server

Currently am use eclipse and jboss 4.2 project is related to ejb 3 ,soap,jpa

Thanks& Regards,

MeetKittu.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Changes to Java class files require redeployment of the application and doesn't require a server restart. See if these help:

http://community.jboss.org/wiki/ExplodedDeployment
http://community.jboss.org/wiki/RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory

If you are deploying your application as an archive then just replace the archive with the new one, in the deploy folder and it will be redeployed.
 
kittu murthy
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Thanks Jaikiran.

I have one more question.

How can I deploy a single java file in a project without manually compiling whole project when there are any changes, I mean is there any eclipse plug-in available or some thing else ?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not ask the same question in multiple posts. Doing so causes the conversation to become splintered.
https://coderanch.com/t/536409/JBoss/deploy-single-java-file-project#2433709
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic