Installation of Network and Electronic Health Record iAAP versions
To install the server version of the iAAP application:
- Install and start mySql (version 5.1) and create an iAAP database.
- MySql installation instructions and downloads are available from http://www.mysql.com/
- Optional, install MySQL Workbench 5.2
- Initialize the iAAP mySql database using the supplied script (iaap-1.0-mysql-initialization-script.sql).
- Java SDK 1.6 is required.
- Install tomcat 6.0.
- Configure a JNDI DataSource in Tomcat by adding a resource declaration for your resource to your context .xml file. (See README_datasource-config.txt for an example)
- The location of the context.xml file is YOUR_TOMCAT_INSTALL_DIR/conf/context.xml
- Copy the mySql JDBC driver (mysql-connector-java-5.1.10-bin.jar) into tomcat's lib directory.
- The location of the tomcat lib directory is YOUR_TOMCAT_INSTALL_DIR/lib
- Copy the iaap.war file into tomcat's webapps directory.
- If you are replacing a previous iAAP version or reinstalling, you should delete the YOUR_TOMCAT_INSTALL_DIR/webapp/iaap directory.
- The location of the tomcat webapp directory is YOUR_TOMCAT_INSTALL_DIR/webapp
- Start tomcat.
- Login and reset the password immediately.
Network/EHR Installation (PDF: 21KB/2 pages) |