[
https://issues.apache.org/jira/browse/OPENEJB-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978626#comment-14978626
]
Romain Manni-Bucau commented on OPENEJB-2121:
---------------------------------------------
A workaround is to set the system property java.opts with the option you want
and use tomee:run
> Add the possibility of running OpenEJB in debug mode with suspend=n
> -------------------------------------------------------------------
>
> Key: OPENEJB-2121
> URL: https://issues.apache.org/jira/browse/OPENEJB-2121
> Project: OpenEJB
> Issue Type: Improvement
> Components: container system
> Reporter: alberto gori
> Priority: Minor
>
> the debug string in org.apache.openejb.config.RemoteServer is hardcoded:
> "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address="
> It would be nice if at least suspend=y would be customizable. Otherwise when
> you run mvn tomee:debug you have to wait until the server is listening on
> port 5005, and then attach the remote debugger to continue the startup
> process. This results in a waste of time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)