|
|
|
@ -23,11 +23,10 @@ import javax.servlet.http.HttpSession;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class Dblocal {
|
|
|
|
public class Dblocal {
|
|
|
|
// String connectionURL = "jdbc:postgresql://evoserver:5432/siprp_local_3"; //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://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 = "siprp";
|
|
|
|
String User = "postgres";
|
|
|
|
String Pass = null;
|
|
|
|
String Pass = null;
|
|
|
|
Connection connection = null;
|
|
|
|
Connection connection = null;
|
|
|
|
|
|
|
|
|
|
|
|
|