Hi,

I'm running jetty as described in the howtos:

  task("jetty"=>[package(:war), jetty.use]) do |task|
    jetty.deploy("http://localhost:8080";, task.prerequisites.first)
    Readline::readline('[Type ENTER to stop Jetty]')
  end

Now I wonder if it's possible to set jvm options, e.g. the -javaagent.

Is there a way to achieve this?

Thanx && cheers,
Martin


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to