AppFuseQuickStart |
|
Your trail: |
Difference between
version 106
and
version 105:
At line 5 changed 5 lines. |
# Install MySQL 3.23.x+ (recommend 4.1.7) and Tomcat 4.1.x+ (recommend 5.0.28). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my [development environment setup|DevelopmentEnvironment] and get links to download the above packages.<div class="note" style="margin: 10px"> __NOTE:__ If you're using MySQL 4.1.7, make sure and use a UTF-8 character set and an InnoDB table type. Do this by adding the following to your my.ini (on Windows) or /etc/my.cnf (on Unix): |
{{{[mysqld] |
default-character-set=utf8 |
default-table-type=innodb}}} |
</div> |
# Install MySQL 3.23.x+ (recommend 4.1.7) and Tomcat 4.1.x+ (recommend 5.0.28). Set a CATALINA_HOME environment variable to point to your Tomcat installation. Optionally, you can see my [development environment setup|DevelopmentEnvironment] and get links to download the above packages.<div class="note" style="margin: 10px"> __NOTE:__ If you're using MySQL 4.1.7, make sure and use a UTF-8 character set and an InnoDB table type. [Here's how|http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseSupport#ref-AppFuseSupport-5]. |
Back to AppFuseQuickStart,
or to the Page History.
|