Re: Any workaround for getConnection("username", "password")?

2001-08-31 Thread Daniel Jimenez
Put the connection in the "Struts Connection Pool" ? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 12:23 PM Subject: Any workaround for getConnection("username", "password")? > In an

Re: Any workaround for getConnection("username", "password")?

2001-08-30 Thread Marcelo Stefanelli Santos
What you realy need ? - You need to make a connection => commit => disconnect or - Put the connection in the "Struts Connection Pool" ? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 12:23 PM

Any workaround for getConnection("username", "password")?

2001-08-30 Thread Daniel Jimenez
In an attempt to implement security on our web servers, I've tried to remove the username and password on the struts-config.xml datasource tag. I've done this to retrieve this information from a remote location not located on the actual web server. The problem with this, as many of you probab