Skip to content
Snippets Groups Projects
Commit d95b1dcb authored by Robert Butora's avatar Robert Butora
Browse files

install: move postgreql driver out of web-app's lib-path and adds README about...

install: move postgreql driver out of web-app's lib-path and adds README about its install under tomcat lib/
parent 859e4043
No related branches found
No related tags found
No related merge requests found
postgresql-*.jar library should be loaded by tomcat: place it to its tomcat's classpath: .../tomcat/lib/
Note access rights and ownership: tomcat:tomcat
-rw-r-----. 1 tomcat tomcat 825943 Mar 23 08:03 /opt/tomcat/latest/lib/postgresql-42.2.5.jar
also schema in URL access should be: jdbc:postgresql (not only postgresql://)
jdbc:postgresql://127.0.0.1:5432/vialactea
Manual: https://jdbc.postgresql.org/documentation/use/
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment