Install 3.0E:
Changing the default port: If we want to run it on a port other than 8080, modify the tomcat/conf/server.xml
using mysql instead of the default db:
1. use the extras\databases\mysql\db_setup.sql script to create the mysql db (make sure mysql is default to utf-8)
...
3. change tomcat\shared\classes\alfresco\extension\custom-repository.properties file and custom-hibernate-dialect.properties file to use mysql
Troubleshooting:
if you see an error about JAXB 2.0 API during start up, cp the file jaxb-api-2.1.jar
from alfresco.war's \WEB-INF\lib<tt> to tomcat\common\endorsed
directory.
Wiki Markup |
---|
If you see error messages about ERROR \[activities.feed.AbstractFeedGenerator\] Exception during generation of feeds you need a custom-scheduled-action-services-context.xml file. See the post [http://forums.alfresco.com/en/viewtopic.php?f=9&t=13093&p=43250&hilit=abstractfeedgenerator#p43250] |
...