Hello,
I want to read the IP address from the system environment in the following file, which is related to jPOS.
In other words, I want to set the values in the operating system environment variables and have them applied automatically in the jPOS configuration file.
<?xml version="1.0" ?>
<channel-adaptor name='bank1-channel-adaptor'
class="org.jpos.q2.iso.ChannelAdaptor" logger="Q2">
<channel name="nelito-channel"
class="org.jpos.iso.channel.ASCIIChannel" logger="Q2"
packager="com.en.datavsn.EFTswitch.atm.common.ShetabISO87APackager">
<property name="host" value="${HOST}" />
<property name="port" value="9999" />
</channel>
<!--Code Added for Echo Message between Switch and HIF wrt Issue#4373 on 12-Feb-2014 -->
<in>bank1-send</in>
<out>bank1-receive</out>
<space>tspace:default</space>
<reconnect-delay>30000</reconnect-delay>
</channel-adaptor>
Thanks
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jpos-users/ee0b68f1-7466-45c7-8c3d-e6198eb85ee8n%40googlegroups.com.
I start jPOS inside Oracle WebLogic Server.
My goal is to deploy the application on Kubernetes and have the configuration files loaded from HashiCorp Vault.
Do you have a suitable solution for this?
Alternatively, if the configuration can also be read from the operating system environment variables, that would solve my problem as well.
Thanks
I start jPOS inside Oracle WebLogic Server.