It's all about the answers!

Ask a question

what variable can I set in my Jetty launch configuration to always get Enable Process Attachment Scripts=true?


Susan Hanson (1.6k2192194) | asked Jun 04 '14, 11:02 a.m.
I have a Jetty debug configuration and I would like to set com.ibm.team.workitem.process.scripts.enabled=true.  Do I set that just in the Environment page?  The variables that were listed there didn't seem to look like the ones I wanted.

Susan

Accepted answer


permanent link
Eric Jodet (6.3k5111120) | answered Jun 05 '14, 7:39 a.m.
JAZZ DEVELOPER
 Hello Susan,
add a System Property to your Jetty Launch Config:
-D com.ibm.team.workitem.process.scripts.enabled = true


Hope it helps,
Eric
Susan Hanson selected this answer as the correct answer

Your answer


Register or to post your answer.