|
|
|
@ -22,12 +22,12 @@ import javax.servlet.http.HttpSession;
|
|
|
|
* @author lluis
|
|
|
|
* @author lluis
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class Dblocal {
|
|
|
|
public class Dblocal {
|
|
|
|
// String connectionURL = "jdbc:postgresql://storage:5432/siprp_local_3_20091203"; //testes
|
|
|
|
// String connectionURL = "jdbc:postgresql://evoserver:5432/siprp_local_3"; //testes
|
|
|
|
//String connectionURL = "jdbc:postgresql://storage/siprp_local_3"; //testes local_3
|
|
|
|
//String connectionURL = "jdbc:postgresql://storage/siprp_local_3"; //testes local_3
|
|
|
|
// String connectionURL = "jdbc:postgresql://www.evolute.pt:5436/siprp_local_3"; //testes local_3
|
|
|
|
// String connectionURL = "jdbc:postgresql://www.evolute.pt:5436/siprp_local_3"; //testes local_3
|
|
|
|
String connectionURL = "jdbc:postgresql://localhost:5436/siprp_local_3";
|
|
|
|
String connectionURL = "jdbc:postgresql://localhost:5436/siprp_local_3";
|
|
|
|
|
|
|
|
|
|
|
|
String User = "postgres";
|
|
|
|
String User = "siprp";
|
|
|
|
String Pass = null;
|
|
|
|
String Pass = null;
|
|
|
|
Connection connection = null;
|
|
|
|
Connection connection = null;
|
|
|
|
|
|
|
|
|
|
|
|
|