• 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

Problem in deployment war in Tomcat

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like that Tomcat deployment and unpacking my war file, but it dont work.
I copy the war in the \webapps\ dir, but it dont update my application files.
Obs.:
- I created the context in the Server.xml to my appication.
- I am using jakarta-tomcat-4.1.24
Is there any form that Tomcat unpacking the war file and update the file ?
Thanks.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I understand it, Tomcat only unpacks the war if it does not find a directory under webapps with the corresponding name. Therefore if you change the war contents, you must delete any existing corresponding directory.
Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic