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

Problem in JBOSS hot deployment...

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

I am developing a web application using Struts. I am using JBOSS 4.0.3RC1 as app server. The problem is that when I start up the server for the first time & deploy the web application it deployed successfully through JBOSS IDE for eclipse. But when I am updating my web application (modifying some JSP's) the hot deployment not take place. Also When I m trying to redeploy/remove it through deployment box in eclipse it gives me error like:-
=============
Deployment is out of date due to changes in underlying project content.You'll need to manually 'Redeploy'the project to update deployed archive.
=============

Where is the proble??? Also when I restart server it works fine for the first time.
Please help me.
Thanx in advance.
Prash
 
reply
    Bookmark Topic Watch Topic
  • New Topic