Hi all!
Please, he4lp me to find the error.
When I build(using "ant build-tomcat" command) and deploy alfresco.war in Tomcat - all OK.
But when I try to start alfresco (in Tomcat Web Application Manager) the message is "FAIL - Application at context path /alfresco could not be started"
Tomcat - 5.5.9
JVM - 1.5.0_05-b05
Windows 2000
MySQL - 4.1
this done too:
mysqladmin -u root -p create alfresco;
mysql -u root -p -e "grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;"