• 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

Publishing to jboss from eclipse

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to deploy my application in jboss from eclipse.. Everything seems to work fine, but whenever i make any change in my code and give publish on the server, i see that my .ear file already deployed get replaced with a new one that contains only the jars of the project that i have changed(I have a multi project setup, with each project creating a jar within my ear)..

For eg i have projects proj1, proj2, proj3 and my ear project is myapp. Now the first time when i add my myapp project to my server and start it i see that my deploy folder has myapp.ear and within contains proj1.jar, proj2.jar, proj3.jar. Till here im fine, but now when i make some change in my proj1 code and deploy the myapp.ear gets replaced with a new myapp.ear that contains only proj1.jar. The other 2 re not there???

I see that the file jboss323.xml copies the .ear from its temp directory and copies to deploy directory, but why is it only bundling the project that was modified and not the others???


please help
 
A tiny monkey bit me and I got tiny ads:
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