Basic configuration

Log into the EAE Logger admin by using an Internet browser and typing in the URL http://server:port/analysis-logger/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-logger/logger, then the data source name will be java:comp/env/jdbc/eae-logger/logger (Tomcat) or jdbc/eae-logger/logger (Oracle 10g AS). Then apply these changes.

See Web administration for short introduction to the Logger web administration.

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

Restart application server if changes were done to the database properties.

Ensure UTF-8 support in application server. A filter is available in EAE Logger webapp which is disabled by default. Uncomment that portion in web.xml to enable the filter if you need to use ServletRequest.setCharacterEncoding("UTF-8").