Add OPENEJB_OPTS to pass additional runtime options (useful for debugging)
--------------------------------------------------------------------------

                 Key: OPENEJB-722
                 URL: https://issues.apache.org/jira/browse/OPENEJB-722
             Project: OpenEJB
          Issue Type: Improvement
          Components: general
    Affects Versions: 3.0.x
            Reporter: Jacek Laskowski
            Assignee: Jacek Laskowski
             Fix For: 3.0-beta-2


Add OPENEJB_OPTS to the startup scripts so starting openejb in debug mode is 
simpler. Just do 

OPENEJB_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,address=8000 
-XX:MaxPermSize=128m" ./bin/openejb

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.