preload
Feb 13

Looks like a common scenario, but there are some pitfalls … Continue reading »

Jan 18

In order to prevent the users from using the browser’s back button use this login page.

Simply replace …/AwareIM/Tomcat/webapps/AwareIM/index.html with the following. Continue reading »

Jan 18

using MySQL “almost” works out of the box but not with MySQL 4.1 on linux Continue reading »

Jan 16

Setting a longer session timeout value requires to change 2 files
These are $awareimroot$/bin/BASServer.props and $awareimroot$/Tomcat/webapps/AwareIM/webapp.props.
SessionTimeout is a value given in milliseconds. This means that
SessionTimeout=3600000
gives a timeout of 3600 seconds or 1 hour.

Jan 16

When calling the http://localhost:8080/AwareIM without logon.do, logon.jsp or whatever a directory listing is shown to the user. Continue reading »