Find out how actiTIME works at the online demo sites. There is no registration needed — you will be able to log in as one of the pre-configured users.
![]()
Administration & user guides, form for contacting support team
Java SDK
actiTIME requires Java 2 SDK 1.4.2 or higher which may be obtained at http://java.sun.com/javase/downloads/index.jsp.
The link above points to the latest release of JDK. To get a previous JDK release use the following links: J2SE 5.0 or J2SE 1.4.2.
Apache Tomcat Application Server
actiTIME requires Tomcat 4.1.x or higher
which may be obtained at
MS Access
If you want actiTIME to work with MS Access database, you will need Microsoft Data Access Objects(DAO) 3.0 or later installed.
MySQL
If you want actiTIME to work with MySQL database it will need MySQL 4.1.17+, 5.0.x or 5.1.x installed (you can download MySQL installation package from http://www.mysql.com/downloads/index.html).
Version of Microsoft Windows
actiTIME supports Microsoft Windows 2k, 2003, 2008, XP, Vista, and Windows 7.
Unzip installation package (for actiTIME Basic this file is named actiTIME21_windows.zip) into a local directory. Subdirectory 'actiTIME' will appear. Note that if you extract the archive into the '<tomcat home>\webapps' you will only need to restart Tomcat server. Otherwise you will have to configure Tomcat to make it able to run actiTIME in another directory.
Enter the 'actiTIME' directory.
If you want actiTIME to work with MS Access database one of the following scripts without parameters:
If you want actiTIME to work with MySQL database server you must create a MySQL user account with all privileges on the database that will be created during the subsequent steps of installation. The default name of this database is 'actiTIME'. You can choose any other name, but then you have to specify this name as a parameter for the installation script.
Launch one of the following scripts:
Both these scripts have the same launch format:
(script name).vbs [/mysqlhome <MYSQLHOME>]where
<MYSQLHOME> - The path to the MySQL installation directory. If not specified, setup script will ask for it when running.
Setup script will then search for MySQL executable file at the following location: <MYSQLHOME> + "/bin/mysql".<USERNAME> - the MySQL user name under which actiTIME will create and use the database. If not specified, setup script will ask for it when running.
<PASSWORD> - the password of user <USERNAME>. If not specified, setup script will ask for it when running.
<HOST> - host name of the the server where MySQL server runs. If not specified the local host is assumed. Required if actiTIME has to use a remote MySQL database.
<PORT> - port on which MySQL server is running. If not specified the default MySQL port will be used.
<DBNAME> - the name of the database to be created. If not specified 'actitime' will be used as the database name.
Make necessary activities to the Tomcat application server if you want to run actiTIME in non-default configuration (different port, virtual host etc.).
If you want to configure actiTIME to work via secure connections (HTTPS) you can use Tomcat's facilities, but it will significantly decrease the system performace since Tomcat's HTTPS module is built on Java and requires considerable computational resources.
It is better to use Tomcat together with Apache web server (http://httpd.apache.org/). In this case secure requests will be processed without serious loss of performance. Apache HTTP server will handle HTTPS requests, decrypt them and then transfer decrypted data forwards to Tomcat. To make it work this way see the Tomcat and Apache documentation.
If you want to run Tomcat with "-security" option, you will need to add special permissions to $CATALINA_HOME/conf/catalina.policy file (or $CATALINA_HOME/conf/tomcat.policy depending on the Tomcat version). Set of permissions depends on Tomcat version and its configuration.
Examples of lines to add for different server versions are listed below:
Tomcat 4.1.x:
Tomcat 5.5.x:
You will also need to add the following permission to the existing block "file:${catalina.home}/bin/tomcat-juli.jar"
in the
$CATALINA_HOME/conf/catalina.policy
Tomcat 6.0.x:
where
<PATH> - path to the actiTIME directory or '${catalina.home}/webapps' if actiTIME is installed to webapps directory.
If you use MySQL database, then add the following permission to 1-st block of permissions:
permission java.net.SocketPermission "<HOST>:<PORT>", "connect,resolve";where
<HOST> - host name or IP of the the server where MySQL server runs.
<PORT> - port on which MySQL server is running (MySQL uses port 3306 by default).
If you use MS Access database, then add the following permission to 1-st block of permissions:
where
<ACCESS_DRIVER_PATH> - shall be replaced with the value of the 'IzmDllPath' parameter taken from the
'${catalina.home}/webapps/actitime/WEB-INF/classes/com/actimind/actitime/AT.properties' file.
Restart Tomcat.
Now you can access actiTIME via web browser http://<server name>:8080/actiTIME if Tomcat is configured by default and actiTIME is installed into the '<tomcat home>\webapps' directory).
Login as user 'admin' with password 'manager' to configure system users.
Normally IIS can not execute Java Servlets and Java Server Pages (JSPs) actiTIME is based on. However, it's possible to configure IIS so that it redirects HTTP requests to configured URLs to Tomcat Web server. This way IIS can serve clients of a Java-based web application.
To enable this interoperability between IIS and Tomcat Web Server, an additional component - 'JK ISAPI Redirector plug-in for IIS' should be installed on the same machine with IIS. Then IIS and Tomcat Web Server should be configured to work through this component.
This document contains step-by-step instructions on how to install JK ISAPI Redirector plug-in for IIS and configure IIS and Tomcat Web server properly. IIS and Tomcat Web Server should be installed before performing the steps below.
The first step is the usual installation of actiTIME under Apache Tomcat Web Server. This procedure is described above.
Go to the "[Tomcat Installation Directory]\conf\" and check that the following XML element exists and is not commented in the server.xml file:
The above example configures Tomcat to listen for HTTP requests redirected from IIS on port 8009. If this port is already in use on the machine where actiTIME is being installed, it can be changed.
You can download the ISAPI Redirector plug-in installer from the following location:
Run the installer by executing the downloaded file and follow the installation wizard steps. By default the files are installed into the "C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector" directory (hereafter referred to as [JK Redirector Dir]).
You will need to modify two files in the "[JK Redirector Dir]/conf" folder:
The following modifications should be performed:
comment out all the mappings (by adding the '#' character at the beginning of each line) except '/jkmanager=jkstatus'
add the following mapping "/actitime/*=wlb"
Now the file should look like this:
In this file you need to modify the 'worker.ajp13w.host' property. This property should be set to the host name or the IP address of the machine where Tomcat (with actiTIME) is running. If Tomcat is running on the same machine as IIS, you can leave this property set to localhost. If you have specified host name other than localhost, please make sure the IIS machine can correctly resolve it to the appropriate IP address.
Also, if you have modified the port for the Tomcat AJP Connector on step 2, you will need to modify the 'worker.ajp13w.port' property as well.
You will find the example of the file contents below for the situation when Tomcat and IIS servers are running on the same machine, and the default port (8009) is used for AJP connections:
Open your Windows Control Panel
Open the Administrative Tools
Open the Internet Information Services Manager.
You should see a window similar to the one below (note: The 'jakarta' virtual directory under the "Default Web Site" folder was created by the isapi_redirect.msi installer):
Create a virtual directory for actiTIME in IIS.
Right-click on the default Web site and select "Virtual Directory" from the "New" menu.
Press Next and set the alias value to the context name (without slashes) that was set for actiTIME in Tomcat. In our example this context name is 'actitime':
On the next screen browse to the directory containing your 'isapi_redirect.dll' file
(in our case it is located in the
Make sure that the following permissions are set: read, run, and execute.
Continue through the Virtual Directory Wizard until you reach the end and then press Finish.
Add the ISAPI Redirector to the default Web site: right-click on the default Web site and select the Properties item.
In the opened window select the 'ISAPI Filters' tab.
If you see the "jakarta" filter created, you can press Ok and skip steps 7 and 8. Otherwise, press Add and proceed with the next steps.
Enter a filter name and browse to the location of the 'isapi_redirect.dll' file. The following screen-shot shows the values that should be entered:
Press OK in the 'Add/Edit Filter Propertie' dialog and OK button in the 'Default Web Site Properties' window (after that you are back to the Internet Information Services dialog).
Right click on the 'Web Service Extension' Folder and select 'Add a new Web service extension:' item:
Enter the following line into the 'Extension name' field in the opened window: Jakarta Isapi Redirector.
Press 'Add :' near the 'Required files' field and browse to the 'isapi_redirect.dll' file
Press OK until you are back to the 'Web Service Extention' folder.
Select the "Jakarta Isapi Redirector" on the right panel and press Allow:
Right click on the 'Local computer' folder (on the left panel) and select 'Save Configuration to Disk' from the 'All Tasks' menu:
The IIS configuration is complete now. Restart IIS to put the changes into effect.
After IIS is restarted, you can try to login into actiTIME.
(the actiTIME URL should look like this: http://my.iis.server/actitime/).
We have done our best to ensure that your data stays safe. However it is strongly recommended that you make a backup of actiTIME files prior to upgrading actiTIME.
If current installation works with MySQL database, then it is also recommended that you backup actiTIME database. Please refer to the backup instruction.
Stop Tomcat server.
Unzip the installation package (for actiTIME Basic this file is named actiTIME20_windows.zip) to the parent directory of the 'actiTIME' directory (directory where actiTIME is installed). This will overwrite files of existing actiTIME installation with their new versions.
Enter the 'actiTIME' directory.
If current installation works with MS Access database launch one of the following scripts without parameters:
If current installation works with MySQL database server launch one of the following scripts:
Both these scripts have the same launch format:
(script name).vbs [/mysqlhome <MYSQLHOME>]where
<MYSQLHOME> - The path to the MySQL installation directory. If not specified, setup script will ask for it when running.
Setup script will then search for MySQL executable file at the following location: <MYSQLHOME> + "/bin/mysql".
Prior to updating database structure setup script backups database and saves data in a file in the 'actiTIME' directory.
For MySQL file name
is
actiTIME.mysql4.sql.backup_<YYYYMMDDhhmmss>
For MS Access file
name is
actiTIME.access97.mdb.backup_<YYYYMMDDhhmmss>.
Where
<YYYYMMDDhhmmss> is date and time when script was run.
Delete all files from the Tomcat cache directory
<tomcat>\work\<Engine Name>\<Host Name>\actiTIME\
Where
<tomcat> is the directory where Tomcat is installed.
<Engine Name> - name of the Tomcat engine configured for your installation. Usually is 'Standalone' or 'Catalina'.
<Host Name> - name of the virtual host configured for your Tomcat installation.
Start Tomcat server.
After actiTIME installation is complete, the full HTML user documentation will be available in the actiTIME interface in the 'Help & Support' menu.
Backup procedure:
Stop actiTIME
Go to the '<actiTIME installation directory>' folder and make a backup copy of the 'actitime.access97.mdb' file
Stop actiTIME
Go to the '<actiTIME installation directory>' folder and replace the file 'actitime.access97.mdb' with its backup copy
Open CMD
Find the folder where MySQL is installed and go to the 'bin' folder.
Run the following command:
where
square brackets [] indicate that the enclosed parameter is optional. Square brackets themselves must not be entered.
<username> is the name of the user who has all the necessary rights to administer the database (you can also use 'root' for it).
<password> is the password of this user (please note that there should be NO space between '-p' and 'password')
<host> is the host name of the the server where MySQL server runs. If not specified the local host is assumed.
<port> is the port used by MySQL. If not specified the default MySQL port will be used.
<dbname> is the name of the MySQL database used by actiTIME. If you did not specify a custom database name when installing actiTIME, specify 'actitime' as the database name.
Executing this command you will create a dump of your database and save it in the file 'actitime_data.sql'.
Open CMD
Find the folder where MySQL is installed and go to the 'bin' folder.
Run the following command:
After this command the current data will be dropped.
where
square brackets [] indicate that the enclosed parameter is optional. Square brackets themselves must not be entered.
<username> is the name of the user who has all the necessary rights to administer the database (you can also use 'root' for it).
<password> is the password of this user (please note that there should be NO space between '-p' and 'password')
<host> is the host name of the the server where MySQL server runs. If not specified the local host is assumed.
<port> is the port used by MySQL. If not specified the default MySQL port will be used.
<dbname> is the name of the MySQL database used by actiTIME. If you did not specify a custom database name when installing actiTIME, specify 'actitime' as the database name.
Stop the Tomcat server.
Enter the 'actiTIME' directory.
If you were using actiTIME with MS Access database, backup your database file (actiTIME.access97.mdb) if necessary, and then launch one of the following cleanup scripts without parameters:
If you were using actiTIME with MySQL database and you would like to remove actiTIME database with all the data, launch launch one of the following scripts:
Both these scripts have the same launch format:
(script name).vbs [/mysqlhome <MYSQLHOME>]where
<MYSQLHOME> - The path to the MySQL installation directory. If not specified, cleanup script will ask for it when running.
Cleanup script will then search for MySQL executable file at the following location: <MYSQLHOME> + "/bin/mysql".
Delete the 'actiTIME' directory and all its subdirectories.
Find out how actiTIME works at the online demo sites. There is no registration needed — you will be able to log in as one of the pre-configured users.
![]()
![]()
With actiTIME you may choose a deployment option that better suits your needs.