Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM icr.io/appcafe/open-liberty:full-java17-openj9-ubi
- # Copy server config
- COPY server-frontend.xml /config/server.xml
- # Copy WAR file
- COPY web-app.war /config/apps/web-app.war
- EXPOSE 9080 9443
- CMD ["server", "run", "defaultServer"]
- <server description="Fineract Frontend Server">
- <httpEndpoint host="*" httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint" />
- <featureManager>
- <feature>webProfile-8.0</feature>
- </featureManager>
- <!-- Deploy the WAR file at root -->
- <webApplication id="WebApp" location="web-app.war" name="WebApp" contextRoot="/" />
- </server>
- [george@rhel9 ~/myProjects/fineract-demo/my-fineract-liberty]$ oc logs fineract-frontend-7f8cbd654b-lb8q6 -n fineract-demo
- 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)
- [AUDIT ] CWWKE0001I: The server defaultServer has been launched.
- [AUDIT ] CWWKG0093A: Processing configuration drop-ins resource: /opt/ol/wlp/usr/servers/defaultServer/configDropins/defaults/keystore.xml
- [AUDIT ] CWWKG0093A: Processing configuration drop-ins resource: /opt/ol/wlp/usr/servers/defaultServer/configDropins/defaults/open-default-port.xml
- [AUDIT ] CWWKZ0058I: Monitoring dropins for applications.
- [AUDIT ] CWWKS4104A: LTPA keys created in 0.496 seconds. LTPA key file: /opt/ol/wlp/output/defaultServer/resources/security/ltpa.keys
- [AUDIT ] CWWKT0016I: Web application available (default_host): http://fineract-frontend-7f8cbd654b-lb8q6:9080/
- [AUDIT ] CWWKZ0001I: Application WebApp started in 1.397 seconds.
- [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].
- [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].
- [AUDIT ] CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 5.746 seconds.
- [AUDIT ] CWPKI0803A: SSL certificate created in 2.144 seconds. SSL key file: /opt/ol/wlp/output/defaultServer/resources/security/key.p12
- jar tf web-app.war
- META-INF/
- META-INF/MANIFEST.MF
- account-transfers.module-PWIQT2YH.js
- assets/
- assets/env.js
- assets/env.template.js
- assets/images/
- assets/images/MifosX_logo.png
- assets/images/MifosX_logoSmall.png
- assets/images/center_placeholder.png
- assets/images/cover_image_resized.webp
- assets/images/fd_account_placeholder.png
- assets/images/group_placeholder.png
- assets/images/icons_account_placeholder.svg
- assets/images/mifos-logo-flat.png
- assets/images/mifos_lg-logo.jpg
- assets/images/mifos_lg-logo.png
- assets/images/recurring-deposits_account_placeholder.png
- assets/images/savings_account_placeholder.png
- assets/images/shares_account_placeholder.png
- assets/images/user_placeholder.png
- assets/mock/
- assets/mock/user.mock.json
- assets/styles/
- assets/styles/_align.scss
- assets/styles/_background.scss
- assets/styles/_border.scss
- assets/styles/_colours.scss
- assets/styles/_display.scss
- assets/styles/_float.scss
- assets/styles/_form.scss
- assets/styles/_helper.scss
- assets/styles/_loader.scss
- assets/styles/_margin.scss
- assets/styles/_misc.scss
- assets/styles/_overflow.scss
- assets/styles/_padding.scss
- assets/styles/_position.scss
- assets/styles/_status.scss
- assets/styles/_text.scss
- assets/styles/_width-height.scss
- assets/styles/_z-index.scss
- assets/translations/
- assets/translations/cs-CS.json
- assets/translations/de-DE.json
- assets/translations/en-US.json
- assets/translations/es-CL.json
- assets/translations/es-MX.json
- assets/translations/fr-FR.json
- assets/translations/it-IT.json
- assets/translations/ko-KO.json
- assets/translations/lt-LT.json
- assets/translations/lv-LV.json
- assets/translations/ne-NE.json
- assets/translations/pt-PT.json
- assets/translations/sw-SW.json
- chunk-AVP3ETZY.js
- chunk-BDLUICCN.js
- chunk-CFD4GFVH.js
- chunk-FK6H3RFT.js
- chunk-IH24YITG.js
- chunk-O7S4L63H.js
- chunk-QFGALPGM.js
- chunk-YOA2RKAP.js
- chunk-ZOIPCZAD.js
- collaterals.module-DTIAW2I7.js
- favicon.ico
- fixed-deposits.module-R4Y3ZTEL.js
- html2canvas-CRGYTWK7.js
- index.es-EESG2MHV.js
- index.html
- loans.module-JOPYHR4V.js
- main.js
- manifest.json
- media/
- media/cover_image_resized.webp
- media/fa-brands-400.ttf
- media/fa-brands-400.woff2
- media/fa-regular-400.ttf
- media/fa-regular-400.woff2
- media/fa-solid-900.ttf
- media/fa-solid-900.woff2
- media/fa-v4compatibility.ttf
- media/fa-v4compatibility.woff2
- mifosx-theme.css
- polyfills.js
- purify.es-JY7NAS75.js
- recurring-deposits.module-NBV65S4W.js
- robots.txt
- savings.module-GTAJ7IFF.js
- shares.module-NIMZPJDX.js
- styles.css
- WEB-INF/
- WEB-INF/web.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement