• 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

is there any hot deployment for JBOSS

 
Ranch Hand
Posts: 647
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to JBOSS. I have worked on webLogic before.
In weblogic the JSP pages can be copied to the deploymnet directory if we make any changes in them. I tried to do this in JBOSS but the changes did not reflect. IS this possible with JBOSS. IS it possible to hot deloy the JSP pages in JBOSS.

Any good link for JBOSS documentation?


Thanks,
Trupti
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you put a full war in your deploy directory it will hot deploy. I have heard of problems of wars/ears deploying before the copy command that puts them in the directory is done. As far as editing a jsp or adding one after deployment that would work I would think, however you may have to edit the file in the work directory (I think that is it). This files can be deleted at server boot though. That should be easy enough to try.
 
reply
    Bookmark Topic Watch Topic
  • New Topic