cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with install from src...

bialykh
Champ in-the-making
Champ in-the-making
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;"
2 REPLIES 2

bialykh
Champ in-the-making
Champ in-the-making
Thx all.

problem solved.
answer is in http://www.alfresco.org/forums/viewtopic.php?t=112
""" You will also need to copy the MySQL JDBC connector to Tomcat, copy mysql-connector-java-3.0.16-ga-bin.jar from projects/3rd-party/lib into <tomcat-home>/common/lib.
"""

BUT!!! After copy you have to restart Tomcat.

bialykh
Champ in-the-making
Champ in-the-making
I nearly forgot!!!!

I took alfresco.war from a package with preinstall tomcat and alfresco!!!