${sys:app.home} not defined
Jerry Malcolm <[email protected]> Tue, 30 Dec 2025 12:41:41 -0600
| Newsgroups | gmane.comp.jakarta.james.user |
|---|---|
| Message-ID | <[email protected]> |
I'm installing the prebuilt james spring 3.9.0 on aws linux 2025.=C2=A0 Whe=
n=20
starting james using "./bin/james start" a parameter is not being=20
correctly defined. The logs are being written to=20
./bin/${sys:app.home}/log rather than the correct ./log folder.
Adding:=20
"wrapper.java.additional.15=3D-Dapp.home=3D/opt/james/james-server-spring-a=
pp-3.9.0"=20
to ./conf/wrapper.conf fixed the problem.
Not sure if this is a known issue already.=C2=A0 Just posting in case it=20
hasn't been reported.
Thx
Jerry