This topic provides some configuration tips for getting started with your Tomcat application server.
Keep in mind that complete documentation on configuring and using the Tomcat server is available at this URL for the server: http://localhost:8080/docs/
This topic provides some configuration tips that are specific to the Integrator Server application.
JAVA_OPTS="-Xms128m -Xmx1024m"
-XX:MaxPermSize=256m
set "JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx1024m -XX:MaxPermSize=256m -server"
The default installation (without changes to the configuration) uses the embedded Apache Derby database, and therefore does not need an extra database server. In addition, the installation (as regards to the database) does not need any subsequent configuration.
Integrator Server configures itself during the first startup. Database tables and some necessary records are automatically created on the first startup with an empty database. In the Sandboxes tab of the Integrator Server Administration GUI, you can check that there is one default sandbox created with one test graph.
Only one Integrator Server instance can work with the embedded database. If you need more instances, you should configure an external database.
You will have to determine if the embedded Apache Derby database is sufficient for your application when you are ready for production deployment. If the Apache Derby database is not sufficient, you can configure an external database connection such as Microsoft SQL or Oracle. For details on configuring external databases, see the Integrator Server Guide.