Closed GoogleCodeExporter closed 9 years ago
James 3 is still listed as "experimental" in the Java RI release notes, and I
cannot guarantee it is being used correctly; this type of feedback is helpful.
The Java RI 2.1 release will incorporate the requested changes.
Original comment by gm2...@cerner.com
on 23 Jan 2013 at 1:04
I forgot to include two logging-related fixes specific to
apache-james-3.0-beta4/conf/wrapper.conf. Since these are effectively fixing
James' baseline configuration, I will also report them to the James project for
fixing upstream (if not already done).
1. The line:
wrapper.logfile=log/wrapper.log
should be changed to:
wrapper.logfile=../log/wrapper.log
in order to get wrapper.log to be properly written to the logs directory
instead of failing (since there is no apache-james-3.0-beta4/bin/log directory)
and defaulting to the current directory during runtime
(apache-james-3.0-beta4/bin).
2. Although not strictly a bug, it would be nice if the line:
wrapper.java.additional.15=-Dderby.stream.error.file=../log/derby.log
were added such that the Derby log file gets written to the logs directory
instead of defaulting to the current directory during runtime.
Original comment by michal.kotelba@esacinc.com
on 25 Jan 2013 at 9:34
One more:
3. apache-james-3.0-beta4/bin/james is not having its file mode changed to be
executable prior to direct-project-stock archive creation.
Original comment by michal.kotelba@esacinc.com
on 25 Jan 2013 at 9:37
Updating these changes.
Original comment by gm2...@cerner.com
on 5 Feb 2013 at 4:39
Closing
Original comment by gm2...@cerner.com
on 25 Jun 2013 at 2:22
Original issue reported on code.google.com by
michal.kotelba@esacinc.com
on 8 Jan 2013 at 7:19