Basic configuration

Log into the EAE Query Service admin by using an Internet browser and typing in the URL http://server:port/analysis-qs/admin. Using the menu, choose Options->General. Set the correct database type and data source name for the connection pool you just created. If your JNDI name for the connection pool was jdbc/eae-qs/qs, then the data source name will be java:comp/env/jdbc/eae-qs/qs (Tomcat) or jdbc/eae-qs/qs (Oracle 10g AS). Then apply these changes.

See Web administration for short introduction to the Query Service web administration.

The username (default: admin) and password (default: secret) of the admin user is found in the EAE Query Service web app web.xml file.

Restart application server if any changes were made to the database properties.