Skip to content

Instantly share code, notes, and snippets.

@shortthirdman
Last active June 1, 2024 14:45
Show Gist options
  • Save shortthirdman/d4fae91753a7947de339c81673ce790d to your computer and use it in GitHub Desktop.
Save shortthirdman/d4fae91753a7947de339c81673ce790d to your computer and use it in GitHub Desktop.
IBM WebSphere Liberty Developer Tools Configuration

IBM WebSphere Application Server Liberty

  bin/installUtility install adminCenter-1.0
  bin/installUtility install openidConnectServer-1.0
  bin/installUtility install javaMail-1.5
  bin/installUtility install jwtSso-1.0
  bin/installUtility install springBoot-2.0
  bin/installUtility install oauth-2.0
  bin/installUtility install jsp-2.2
  bin/installUtility install servlet-4.0
  bin/installUtility install socialLogin-1.0
  bin/installUtility install healthAnalyzer-1.0
  bin/installUtility install jdbc-4.1
  bin/installUtility install ssl-1.0
  bin/installUtility install transportSecurity-1.0
<featureManager>
  <feature>healthAnalyzer-1.0</feature>
  <feature>transportSecurity-1.0</feature>
  <feature>jsp-2.2</feature>
  <feature>ssl-1.0</feature>
  <feature>openidConnectServer-1.0</feature>
  <feature>oauth-2.0</feature>
  <feature>socialLogin-1.0</feature>
  <feature>jwtSso-1.0</feature>
  <feature>springBoot-2.0</feature>
  <feature>servlet-4.0</feature>
  <feature>jdbc-4.1</feature>
  <feature>javaMail-1.5</feature>
</featureManager>

References and Documentations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment