• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where to provide the username and password for connecting to Oracle data base using Jboss

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Jboss on which file we need to provide the username and password for database connection.
I have seen the connection details including username and password has been provided in the oracle-ds.xml file.This i was seen the in test environment of our jboss application.
But on the production environment i was not able to see the username and password in the same file . Only the data base server and name is provided. Then where can the user name and password can be given?
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Basil, welcome to JavaRanch!

In Jboss on which file we need to provide the username and password for database connection.
I have seen the connection details including username and password has been provided in the oracle-ds.xml file.This i was seen the in test environment of our jboss application.


Yes, -ds.xml is the correct file for these datasource properties.


But on the production environment i was not able to see the username and password in the same file . Only the data base server and name is provided. Then where can the user name and password can be given?


In production, they might be using a encrypted version of the password.
 
reply
    Bookmark Topic Watch Topic
  • New Topic