If you're using the standard jetty task, then it spawns Jetty in the same
JVM as buildr/rjb.

In that case, you can set JAVA_OPTIONS:

export JAVA_OPTIONS="-noverify -javaagent:/path/to/javarebel.jar"

alex



On Sat, Feb 14, 2009 at 6:00 PM, Martin Grotzke <
[email protected]> wrote:

> Hi,
>
> I want to use javarebel ([1]) with jetty and wonder if/how it's possible
> to pass additional arguments to the java process that will be launched.
>
> According to [2] I would like to pass these arguments to java:
> -noverify -javaagent:/path/to/javarebel.jar
>
> Any help appreciated.
>
> Thanx in advance,
> cheers,
> Martin
>
>
> [1] http://www.zeroturnaround.com/javarebel/
> [2] http://www.zeroturnaround.com/javarebel/installation/
>
>
>

Reply via email to