- Fix jetty.xml copy bug

- Fix NPE logging error when Router.saveConfig() fails early
- Log readConfig() and saveConfig() errors to wrapper log if
  router log not yet available
- Handle non-split configuration in MigrateJetty
- Better logging of migration errors
- Handle existing backup files during migration better
This commit is contained in:
zzz
2011-12-31 14:38:37 +00:00
parent beb6d1f43f
commit b5f97d0883
4 changed files with 54 additions and 45 deletions

View File

@@ -937,7 +937,10 @@
<copy todir="pkg-temp/lib" >
<fileset dir="build" includes="jasper*.jar javax*.jar jetty*.jar jsp*.jar org.mortbay.jetty.jar" />
</copy>
<copy todir="pkg-temp/eepsite" >
<!-- We have to package the new eepsite files for MigrateJetty.java, but we
can't overwrite an existing eepsite dir in a non-split configuration.
-->
<copy todir="pkg-temp/eepsite-jetty6" >
<fileset dir="installer/resources/eepsite" includes="jetty.xml jetty-ssl.xml contexts/* etc/*" />
</copy>
</target>