class="shortdesc">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:?monospace;" class="ph filepath">http://localhost:8080/docs/
This topic provides some configuration tips that are specific to the Integrator ETL Server application.
JAVA_OPTS="-Xms128m -Xmx1024m"
-XX:MaxPermSize=256m
set "JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx1024m -XX:MaxPermSize=256m -server"
By default, Integrator ETL Server uses an embedded Apache Derby database. This database is suitable for testing and evaluation environments. In these environments, no additional configuration is necessary.
In production environments, use of the embedded Derby database is not recommended. In these environments, you should use a robust, production-quality database, such as an Oracle or MySQL database. For details about configuring these databases, see the?Integrator ETL Server Guide.