Thanks, Joakim. It seems that the issue is that jetty can't write to the
logs directory. The directory itself is a symbolic link to another
directory and this has worked in the past. I see I can set JETTY_LOGS in
the configuration so that's probably a better approach at any rate. I am
curious though why the symlink stopped working with 9.1.4.


On Mon, Apr 7, 2014 at 11:54 AM, Joakim Erdfelt <[email protected]> wrote:

> The old --daemon command line piped stdout and stderr to a file before
> jetty's logging kicked in.
> That's all it did, no special daemonization of the process or anything.
>
> If you still require such, define the start-log-file=<path> property
> instead.
>    $ java -jar path/to/jetty-distribution/start.jar
> start-log-file=logs/start.log
> This is identical functionality.
>
>
> --
> Joakim Erdfelt <[email protected]>
> webtide.com <http://www.webtide.com/> - intalio.com/jetty
> Expert advice, services and support from from the Jetty & CometD experts
> eclipse.org/jetty - cometd.org
>
>
> On Mon, Apr 7, 2014 at 9:45 AM, Rob Moore <[email protected]> wrote:
>
>> I noticed the 9.1.4 release is out and I attempted to use it but am
>> running into problems at startup. I noticed that the --daemon option is no
>> longer present in the jetty.sh script. I'm assuming this was by design but
>> wanted to confirm. The configuration I'm using works flawlessly for 9.1.3
>> so I'm not sure what's caused it to stop working in 9.1.4. Unfortunately,
>> there's no log file created on startup so I don't have much to go on at
>> this point.
>>
>> Thanks,
>>
>> Rob
>>
>> _______________________________________________
>> jetty-users mailing list
>> [email protected]
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>>
>>
>
> _______________________________________________
> jetty-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to