Developing Apama Applications > Building Dashboards > Using SQL Data > Deploying applet and WebStart dashboards
Deploying applet and WebStart dashboards
This page contains details about the deployment process that are specific to the SQL data source. See Deploying Apama Applications for general information about dashboard deployment.
If you will be using applet or WebStart 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 an ODBC driver to connect to your database, modify your Java security settings to include the following permission:
permission java.lang.RuntimePermission "accessClassInPackage.sun.jdbc.odbc";
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 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.