use own property file for db-connection

2004-04-12 Thread Amrun
Hi everyone, I'm working with Tomcat 5.0 and I'm trying to write a little webapplication. In this case I need to get the data from a database. Now I want to write my own property-file from which I can get the information about the driver, user and password. I've done this before, but I haven't

RE: use own property file for db-connection

2004-04-12 Thread Mike Curwen
); Properties props.load(input); -Original Message- From: Amrun [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 10:47 AM To: [EMAIL PROTECTED] Subject: use own property file for db-connection Hi everyone, I'm working with Tomcat 5.0 and I'm trying to write a little

Re: use own property file for db-connection

2004-04-12 Thread Nikola Milutinovic
Amrun wrote: Hi everyone, I'm working with Tomcat 5.0 and I'm trying to write a little webapplication. In this case I need to get the data from a database. Now I want to write my own property-file from which I can get the information about the driver, user and password. I've done this before,