You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mick Knutson <mk...@baselogic.com> on 2008/10/02 21:48:34 UTC

command line debug args for jetty plugin?

I am trying to connect to my Jetty application, but want to know how to add
the following to the jetty plugin:

-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005



-- 
---
Thank You…

Mick Knutson
BASE Logic, inc.
(415) 354-4215

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com

Re: command line debug args for jetty plugin?

Posted by Mick Knutson <mk...@baselogic.com>.
Worked great. THanks

On Thu, Oct 2, 2008 at 1:07 PM, Andrew Robinson <
andrew.rw.robinson@gmail.com> wrote:

> jetty runs inside of maven, so just pass those settings in your
> MAVEN_OPTS environment variable and attach to maven. That has worked
> for me.
>
> -Andrew
>
> On Thu, Oct 2, 2008 at 1:48 PM, Mick Knutson <mk...@baselogic.com>
> wrote:
> > I am trying to connect to my Jetty application, but want to know how to
> add
> > the following to the jetty plugin:
> >
> > -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
> >
> >
> >
> > --
> > ---
> > Thank You…
> >
> > Mick Knutson
> > BASE Logic, inc.
> > (415) 354-4215
> >
> > Website: http://baselogic.com
> > Blog: http://baselogic.com/blog
> > BLiNC Magazine: http://blincmagazine.com
> > Linked IN: http://linkedin.com/in/mickknutson
> > DJ Mick: http://djmick.com
> > MySpace: http://myspace.com/mickknutson
> > Vacation Rental: http://tahoe.baselogic.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
---
Thank You…

Mick Knutson
BASE Logic, inc.
(415) 354-4215

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com

Re: command line debug args for jetty plugin?

Posted by Andrew Robinson <an...@gmail.com>.
jetty runs inside of maven, so just pass those settings in your
MAVEN_OPTS environment variable and attach to maven. That has worked
for me.

-Andrew

On Thu, Oct 2, 2008 at 1:48 PM, Mick Knutson <mk...@baselogic.com> wrote:
> I am trying to connect to my Jetty application, but want to know how to add
> the following to the jetty plugin:
>
> -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
>
>
>
> --
> ---
> Thank You…
>
> Mick Knutson
> BASE Logic, inc.
> (415) 354-4215
>
> Website: http://baselogic.com
> Blog: http://baselogic.com/blog
> BLiNC Magazine: http://blincmagazine.com
> Linked IN: http://linkedin.com/in/mickknutson
> DJ Mick: http://djmick.com
> MySpace: http://myspace.com/mickknutson
> Vacation Rental: http://tahoe.baselogic.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: command line debug args for jetty plugin?

Posted by Olivier Lamy <ol...@apache.org>.
Perso I use : mvnDebug jetty:run (and you have a debugger on port 8080)

2008/10/2 Mick Knutson <mk...@baselogic.com>:
> I am trying to connect to my Jetty application, but want to know how to add
> the following to the jetty plugin:
>
> -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
>
>
>
> --
> ---
> Thank You…
>
> Mick Knutson
> BASE Logic, inc.
> (415) 354-4215
>
> Website: http://baselogic.com
> Blog: http://baselogic.com/blog
> BLiNC Magazine: http://blincmagazine.com
> Linked IN: http://linkedin.com/in/mickknutson
> DJ Mick: http://djmick.com
> MySpace: http://myspace.com/mickknutson
> Vacation Rental: http://tahoe.baselogic.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org