Jump to page content

Lift Assistive Release Notes

Version 2.0 for Linux

UsableNet Inc.
241 Eldridge Street - 6th floor R, New York, NY 10002, USA
Ph: +1 (212) 965 5388
Fax: +1 (212) 965 5391
Email: tt.support@usablenet.com
www.usablenet.com

 

Table of Contents


 

1. Upgrading from previous versions


Subsections:

 

1.1. Upgrading from version 1.9


If you are upgrading Lift Assistive from version 1.9, you need to follow these simple and quick steps:

  1. Log in as root.
  2. Stop the Tomcat service:
    service lift.tomcat stop
            
  3. Update the required Lift RPM packages:
    rpm -Uvh lift-tomcat-5.5.20-1.i386.rpm
    	
  4. Install the updated Lift Assistive package, with the following command:
    rpm -Uvh lift-assistive-2.0-1.i386.rpm
    	

Please note that the Web Admin pages are now embedded in the Lift Assistive applications, but they are disabled by default. Web Admin can be enabled by defining valid username and password in the configuration file.

 

1.2. Upgrading from version 1.8 or older


If you are upgrading Lift Assistive from version 1.8 or older, you need to follow these simple and quick steps:

  1. Log in as root.
  2. Stop the Tomcat service:
    service tomcat4 stop
    chkconfig tomcat4 off
            
  3. If you are running Red Hat 7.3, you need to install the following packages:
    rpm -ivh libgcc-3.2.2-5.fdr.0.rh73.i386.rpm
    rpm -ivh libstdc++3-3.2.2-5.fdr.0.rh73.i386.rpm
    	
  4. Install the required Lift RPM packages:
    rpm -ivh lift-common-1.0-1.i386.rpm
    rpm -ivh lift-mozilla-1.7.12-1.i386.rpm
    rpm -ivh lift-tomcat-5.5.20-1.i386.rpm
    	
  5. Install the updated Lift Assistive package, with the following command:
    rpm -Uvh lift-assistive-2.0-1.i386.rpm
    	

During the installation a new Linux user is automatically created, named "lift" whose default password is "lift". You should change its password (if you are not the Linux administrator, or don't know how to do it, ask him/her to do it for you; this is critical for security).

Lift Assistive will automatically import the configuration file tt_config.xml, the serial number serial-number.txt and the installed annotations from the previous location. If you changed the Tomcat 4 configuration file /var/tomcat4/conf/server.xml, you will need to change /opt/lift/tomcat/conf/server.xml accordingly.

If not used by other applications, such as Lift Machine, the following old packages can now be removed from the system, they are no more used by Lift Assistive:

rpm -e tomcat4
rpm -e mozilla-liftmachine
    
 

2. Changes


Subsections:

 

2.1. Changes in version 2.0


 

2.2. Changes in version 1.9


 

2.3. Changes in version 1.8


 

2.4. Changes in version 1.7


 

2.5. Changes in version 1.6


 

2.6. Changes in version 1.5


 

2.7. Changes in version 1.4


 

2.8. Changes in version 1.3


 

2.9. Changes in version 1.2


 

3. Known issues


Current Java Virtual Machine implementations caches DNS information forever, so if you change IP numbers of processed hosts, Lift Assistive will not be aware of it. You can fix it editing the file java.security and changing the value of variable networkaddress.cache.ttl, as follows:

networkaddress.cache.ttl=60

Lift Assistive on Fedora Core 4 and Fedora Core 3 requires SELinux to be disabled.

There are no other known issues we are aware of. Should you encounter a problem with deploying or using Lift Assistive, please send an email to tt.support@usablenet.com with a detailed description of what you would expect to happen, what actually happened, and on which page it happened. Thank you.