Install
To run
# https://sourceforge.net/p/wzz-bridge/code/HEAD/tree/trunk/extras/wzz-bridge-service/CentOs_4.x/
cd CentOs_4.x
chmod +x install.sh && ./install.sh
Once you have run the above application (wzz-bridge-core.war) you will need to edit the application.properties file in your home directory to allow external access. For example.
/home/username/wzz-bridge/ApplicationHome/application.properties
C:\Documents and Settings\username\wzz-bridge\ApplicationHome\application.properties
C:\Users\username\wzz-bridge\ApplicationHome\application.properties
Edit the following parameters to expected values.
web.access.tokens#monkey
web.access.whitelist#
For example for an Oracle database JDBC connection
database.oracle.driver#oracle.jdbc.OracleDriver
database.oracle.url#jdbc:oracle:thin:@host_name:1521:database_name
database.oracle.username#username
database.oracle.password#password