<%! String driver = "org.postgresql.Driver"; String url = "jdbc:postgresql://localhost:5432/"; String user = "postgres"; String password = "12345"; %>