shesafish

| Home | Outline | Stylesheet insipired by CSS Colouring Book | Referrers
day-level permalink  Monday, March 31, 2003

permalink jetty notes

jetty questions to answer tomorrow:

Idea for daily build (upgrade webapp1) scheduled task on server runs bat file that does following:

  1. turn off service ("net stop jettysvc")
  2. rename dir webapp1 to webapp1_old (do this only if webapp1_new exists. how?)
  3. rename dir webapp1_new to webapp
  4. start service ("net start jettysvc")
  5. experiment: with jettysvc running, try to delete webapp1_old

10:24:30 PM  comment [] | Topics: Java jetty j2ee