aspose file tools
The moose likes JDBC and the fly likes how to get the database name and credentials from config.xml of application server. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to get the database name and credentials from config.xml of application server. " Watch "how to get the database name and credentials from config.xml of application server. " New topic
Author

how to get the database name and credentials from config.xml of application server.

damodar kumar
Ranch Hand

Joined: May 19, 2008
Posts: 77

Hi,

can any one help me

how to get the database name and credentials from config.xml of application server.

And also guide me in congiuring the mysql database .

THanks,

Damodar


<a href="http://stackoverflow.com/users/668970/user668970" rel="nofollow">
<img src="http://stackoverflow.com/users/flair/668970.png" >
</a>
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6588
    
    1

Which application server ?

Is your database server up ?

What are you trying to do with the user name and password ?


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to get the database name and credentials from config.xml of application server.
 
Similar Threads
Accesing an unshared folder using java
get create date and size of a file from application server to web server in struts2
retieving the logged on user's password in weblogic10
Retrieve DB2 credentials configured on websphere
Simple JSP Login Page Help needed