DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#DevOps
#Businessautomation
#DevOpsAutomation
 View Only
  • 1.  Was the Liberty instance running in debug mode ?

    Posted 08/20/12 10:02 AM
    This question comes from the August 15 webcast, Building Funcitonal Hybrid Apps for the iPhone and Android:

    Was the Liberty instance running in debug mode ?


  • 2.  Was the Liberty instance running in debug mode ?

    Posted 08/23/12 10:40 AM
    The Liberty profile server was not running in debug mode during the presentation, but it does support running in debug mode such that you can attach a JVM. You can achieve this by:

    bin/server debug serverName
    Listening for transport dt_socket at address: 7777

    And attaching on port 7777 (default port value). When launched this way, the server start up will block until the debugger is attached.