Notice on antville-installation
Hi,
to avoid that others run into the same traps I encountered the last weeks, some helpful informations for installing antville:
Installation with: Helma 1.4.3 and Antville 1.1 with MySQL and Apache
-
If you read the readme.txt file you find in antville-1.1.tgz/zip you will find some words about some zipfiles, like db_support.zip, which should be part of the package. They are not. You will find them in the 1.1PRE-version of antville, you can get on the download-archive. (Someone should correct the readme.txt or better add the files!)
-
Avoid version 1.4.1 or prior of Helma. Otherwise you may get problems with charsets. (See storys below).
-
If you download the MySQL-Java-Connector get the current version 3.1.17. Obviously 3.1.16 was shiped out with a problem in charset-manipulation, that was already solved some versions before!!
-
If you use Apache to get the files in the static-directory directly, you have to add an
-Entry allowing Apache to access it. It is helpful to set the DocumentRoot of your virtual server (or the main server) into the helma/static-directory. To avoid possible XSS-Hacks and code intrusion, you should also take away the execution possibilities for scripts in the static-directory. E.g. if you have an Apache with mod_php and use Antville within a special virtual host, redefine the handling of PHP-Files like this: AddType text/ascii php
Have fun with your Antville installation!