Is it possible to make Datasources for SFTP in Wildfly 16 or any alternative to do that?

142 Views Asked by At

We have a SFTP server which is accessed in 50 integrations.

We need to configure SFTP in properties file for all integrations. is it possible to configure the same inside wildfly server itself so that we can use it like

@Resource(name="java:bla/bla/bla")
DataSource mdDb
0

There are 0 best solutions below