- Start webapps after console for faster startup

- Add delay in systray port checker to ensure console is up
- Move I2PRequestLog to net.i2p.jetty package
This commit is contained in:
zzz
2011-12-29 23:25:27 +00:00
parent 07162b56c8
commit be7623a462
4 changed files with 45 additions and 31 deletions

View File

@@ -238,7 +238,7 @@
<!-- =========================================================== -->
<Ref id="RequestLog">
<Set name="requestLog">
<New id="RequestLogImpl" class="org.mortbay.http.I2PRequestLog">
<New id="RequestLogImpl" class="net.i2p.jetty.I2PRequestLog">
<Set name="filename">./eepsite/logs/yyyy_mm_dd.request.log</Set>
<Set name="filenameDateFormat">yyyy_MM_dd</Set>
<Set name="retainDays">90</Set>