Apama Documentation : Building and Using Dashboards : Building Dashboard Clients : Using SQL Data : Deploying Web Start dashboards
Deploying Web Start dashboards
This page contains details about the deployment process that are specific to the SQL data source.
If you will be using Web Start dashboards that include SQL data attachments, modify your Java security settings to include the following permission:
permission java.util.PropertyPermission "file.encoding", "read";
If you will be accessing a database on another system, modify your Java security settings to include the following permission:
permission java.net.SocketPermission "host", "accept, connect, listen, resolve";
Where host is the system where the database is running.
If you are using a JDBC driver to connect to your database, include the jar for your driver in the ARCHIVE parameter. Depending on your driver, you may also need to add an accessClassInPackage RuntimePermission for your driver package.
Copyright © 2013-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback