You should be able to pipe it to a file if you're running Cygwin (I'm
not sure if this works on Windows).

mvn jetty:run-war > jetty.log

You can also get the best of both (console and file) with the "tee" command.

mvn jetty:run-war | jetty.log

Matt

On 10/22/07, mxb <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Does anyone know where the jetty logs are kept. I am trying to find the
> information that is written to the DOS window when doing a jetty:run-war.
>
> Thanks.
>
>
> --
> View this message in context: 
> http://www.nabble.com/jetty-logs-tf4673546s2369.html#a13352191
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to