Problem with install from src...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 10:47 AM
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;"
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;"
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:53 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 12:19 PM
I nearly forgot!!!!
I took alfresco.war from a package with preinstall tomcat and alfresco!!!
I took alfresco.war from a package with preinstall tomcat and alfresco!!!
