what variable can I set in my Jetty launch configuration to always get Enable Process Attachment Scripts=true?
![]()
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
![]()
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
|