Downloads
This is yet another JDBC database manager web-application. It should be deployable to any modern servlet container. Known to work in Apache Tomcat 7, Glassfish 3.1 and JBoss 7.
JAVA_HOME
must point to a JDK root directory if you have JDK installed
JRE_HOME
must point to a JRE root directory if you have JRE installed
$TOMCAT_DIR/lib
(in case of using featured tomcat package) or wherever your
container expect these jars to be.
$HOME/.config/vdbc/vdbc-settings.xml
). You are encouraged to use built-in
settings manager to edit connection profiles.
"vdbc.settings.editor-enabled"
system property.
E.g. for Tomcat you can create $TOMCAT_DIR/bin/setenv.sh
file with the following content:
CATALINA_OPTS="-Dvdbc.settings.editor-enabled=false"