Database Connection Details

Hi All,

 

I am trying to get the DB connection details in below format . Can anybody help me in getting details like localhost/portno/service name ?

 

dbUrl = "jdbc:mysql://@localhost:portno:Service Name"

 

Thanks in advance!!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi,

    From Admin console, we can find the connection details under INTEGRATION > Data Sources , which are set through the Admin console only.
    Those set through installation/updation in custom.properties file can't be seen in Admin console. These details can be seen in the installation directory of the server in ../<jboss>/standalone/deployments/appian-mysql-ds.xml file..
    AFAIK, we don't have out of the box functions to get theses details.

    Hope this helps you ..!!!

Reply
  • 0
    Certified Lead Developer

    Hi,

    From Admin console, we can find the connection details under INTEGRATION > Data Sources , which are set through the Admin console only.
    Those set through installation/updation in custom.properties file can't be seen in Admin console. These details can be seen in the installation directory of the server in ../<jboss>/standalone/deployments/appian-mysql-ds.xml file..
    AFAIK, we don't have out of the box functions to get theses details.

    Hope this helps you ..!!!

Children
No Data