WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

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.

 View Only
  • 1.  exportig WAS configuration clear text file

    Posted 01/11/14 11:55 AM
    Hello,
    I have a question - is there any way to export the configuration profile and a cluster of WAS to a text file so that you can see all of its configuration such as size of the connection pool, xmx, xms. I know that each of these values can download the script but wants to have a tool such as for example in the Weblogic'u using. WLST can export the entire configuration to the script jython and later browse through the individual parameters previously set.


  • 2.  exportig WAS configuration clear text file

    Posted 01/12/14 05:50 AM
    Hi Ryan,

      From version 7 you have properties based configuration, you can use for your purpose but has some limitations, not all task can be done using properties files.  But most of the common operations you have asked for yes.
     
      System administration for WebSphere Application Server V7: Part 4: Properties-based configuration (beware with some commands sintax, there is some problem with page coding)
      www.ibm.com/developerworks/websphere/tec...
     
      Managing environment configurations with properties files using wsadmin scripting
      pic.dhe.ibm.com/infocenter/wasinfo/v7r0/...
     
      Using properties files to manage system configuration
      pic.dhe.ibm.com/infocenter/wasinfo/v8r5/...
     
      Hope this helps. Tell us if you need more support.
     
    regards


  • 3.  exportig WAS configuration clear text file

    Posted 01/12/14 03:56 PM
    Hi Gabriel,
    I try this solution. Thx and regards.