Advertisement
Guest User

Untitled

a guest
Jul 5th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. FROM icr.io/appcafe/open-liberty:full-java17-openj9-ubi
  2.  
  3. # Copy server config
  4. COPY server-frontend.xml /config/server.xml
  5.  
  6. # Copy WAR file
  7. COPY web-app.war /config/apps/web-app.war
  8.  
  9. EXPOSE 9080 9443
  10.  
  11. CMD ["server", "run", "defaultServer"]
  12.  
  13. <server description="Fineract Frontend Server">
  14.  
  15. <httpEndpoint host="*" httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint" />
  16.  
  17. <featureManager>
  18. <feature>webProfile-8.0</feature>
  19. </featureManager>
  20.  
  21. <!-- Deploy the WAR file at root -->
  22. <webApplication id="WebApp" location="web-app.war" name="WebApp" contextRoot="/" />
  23.  
  24. </server>
  25.  
  26. [george@rhel9 ~/myProjects/fineract-demo/my-fineract-liberty]$ oc logs fineract-frontend-7f8cbd654b-lb8q6 -n fineract-demo
  27.  
  28. Launching defaultServer (Open Liberty 25.0.0.6/wlp-1.0.102.cl250620250602-1102) on Eclipse OpenJ9 VM, version 17.0.15+6 (en_US)
  29. [AUDIT ] CWWKE0001I: The server defaultServer has been launched.
  30. [AUDIT ] CWWKG0093A: Processing configuration drop-ins resource: /opt/ol/wlp/usr/servers/defaultServer/configDropins/defaults/keystore.xml
  31. [AUDIT ] CWWKG0093A: Processing configuration drop-ins resource: /opt/ol/wlp/usr/servers/defaultServer/configDropins/defaults/open-default-port.xml
  32. [AUDIT ] CWWKZ0058I: Monitoring dropins for applications.
  33. [AUDIT ] CWWKS4104A: LTPA keys created in 0.496 seconds. LTPA key file: /opt/ol/wlp/output/defaultServer/resources/security/ltpa.keys
  34. [AUDIT ] CWWKT0016I: Web application available (default_host): http://fineract-frontend-7f8cbd654b-lb8q6:9080/
  35. [AUDIT ] CWWKZ0001I: Application WebApp started in 1.397 seconds.
  36. [AUDIT ] CWWKF0012I: The server installed the following features: [appSecurity-2.0, appSecurity-3.0, beanValidation-2.0, cdi-2.0, distributedMap-1.0, ejbLite-3.2, el-3.0, jaspic-1.1, jaxrs-2.1, jaxrsClient-2.1, jdbc-4.2, jndi-1.0, jpa-2.2, jpaContainer-2.2, jsf-2.3, jsonb-1.0, jsonp-1.1, jsp-2.3, managedBeans-1.0, servlet-4.0, ssl-1.0, webProfile-8.0, websocket-1.1].
  37. [AUDIT ] CWWKF0013I: The server removed the following features: [appClientSupport-1.0, batch-1.0, concurrent-1.0, ejb-3.2, ejbHome-3.2, ejbPersistentTimer-3.2, ejbRemote-3.2, j2eeManagement-1.1, jacc-1.5, javaMail-1.6, javaee-8.0, jaxb-2.2, jaxws-2.2, jca-1.7, jcaInboundSecurity-1.0, jms-2.0, mdb-3.2, wasJmsClient-2.0, wasJmsSecurity-1.0, wasJmsServer-1.0].
  38. [AUDIT ] CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 5.746 seconds.
  39. [AUDIT ] CWPKI0803A: SSL certificate created in 2.144 seconds. SSL key file: /opt/ol/wlp/output/defaultServer/resources/security/key.p12
  40.  
  41. jar tf web-app.war
  42. META-INF/
  43. META-INF/MANIFEST.MF
  44. account-transfers.module-PWIQT2YH.js
  45. assets/
  46. assets/env.js
  47. assets/env.template.js
  48. assets/images/
  49. assets/images/MifosX_logo.png
  50. assets/images/MifosX_logoSmall.png
  51. assets/images/center_placeholder.png
  52. assets/images/cover_image_resized.webp
  53. assets/images/fd_account_placeholder.png
  54. assets/images/group_placeholder.png
  55. assets/images/icons_account_placeholder.svg
  56. assets/images/mifos-logo-flat.png
  57. assets/images/mifos_lg-logo.jpg
  58. assets/images/mifos_lg-logo.png
  59. assets/images/recurring-deposits_account_placeholder.png
  60. assets/images/savings_account_placeholder.png
  61. assets/images/shares_account_placeholder.png
  62. assets/images/user_placeholder.png
  63. assets/mock/
  64. assets/mock/user.mock.json
  65. assets/styles/
  66. assets/styles/_align.scss
  67. assets/styles/_background.scss
  68. assets/styles/_border.scss
  69. assets/styles/_colours.scss
  70. assets/styles/_display.scss
  71. assets/styles/_float.scss
  72. assets/styles/_form.scss
  73. assets/styles/_helper.scss
  74. assets/styles/_loader.scss
  75. assets/styles/_margin.scss
  76. assets/styles/_misc.scss
  77. assets/styles/_overflow.scss
  78. assets/styles/_padding.scss
  79. assets/styles/_position.scss
  80. assets/styles/_status.scss
  81. assets/styles/_text.scss
  82. assets/styles/_width-height.scss
  83. assets/styles/_z-index.scss
  84. assets/translations/
  85. assets/translations/cs-CS.json
  86. assets/translations/de-DE.json
  87. assets/translations/en-US.json
  88. assets/translations/es-CL.json
  89. assets/translations/es-MX.json
  90. assets/translations/fr-FR.json
  91. assets/translations/it-IT.json
  92. assets/translations/ko-KO.json
  93. assets/translations/lt-LT.json
  94. assets/translations/lv-LV.json
  95. assets/translations/ne-NE.json
  96. assets/translations/pt-PT.json
  97. assets/translations/sw-SW.json
  98. chunk-AVP3ETZY.js
  99. chunk-BDLUICCN.js
  100. chunk-CFD4GFVH.js
  101. chunk-FK6H3RFT.js
  102. chunk-IH24YITG.js
  103. chunk-O7S4L63H.js
  104. chunk-QFGALPGM.js
  105. chunk-YOA2RKAP.js
  106. chunk-ZOIPCZAD.js
  107. collaterals.module-DTIAW2I7.js
  108. favicon.ico
  109. fixed-deposits.module-R4Y3ZTEL.js
  110. html2canvas-CRGYTWK7.js
  111. index.es-EESG2MHV.js
  112. index.html
  113. loans.module-JOPYHR4V.js
  114. main.js
  115. manifest.json
  116. media/
  117. media/cover_image_resized.webp
  118. media/fa-brands-400.ttf
  119. media/fa-brands-400.woff2
  120. media/fa-regular-400.ttf
  121. media/fa-regular-400.woff2
  122. media/fa-solid-900.ttf
  123. media/fa-solid-900.woff2
  124. media/fa-v4compatibility.ttf
  125. media/fa-v4compatibility.woff2
  126. mifosx-theme.css
  127. polyfills.js
  128. purify.es-JY7NAS75.js
  129. recurring-deposits.module-NBV65S4W.js
  130. robots.txt
  131. savings.module-GTAJ7IFF.js
  132. shares.module-NIMZPJDX.js
  133. styles.css
  134. WEB-INF/
  135. WEB-INF/web.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement