Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
InstallationTomcat
Tomcat 6 does not ship with several of the directories that were present in Tomcat 5.x
For example, the shared/classes and shared/lib directories.
Since Alfresco is set to use the configuration override files found in shared/classes/alfresco/extension this can cause a problem.
To configure Tomcat6 to pick up these files again is:
../shared/classes/alfresco/extension/<files> (available in alfresco.war in /WEB-INF/classes/alfresco/extension)
../shared/classes/alfresco/messages/<files> (available in the alfresco package in /extensions/messages)
../shared/classes/alfresco/web-extension/<files> (available in the alfresco package in /extensions/web-extension)
Tomcat 5.x also used to have a common/endorsed directory, which no longer exists in Tomcat 6.x. If you are using Java SE 6, then copy any JARS that needed to go into Tomcat's common/endorsed into ...jdk6/jre/lib/endorsed directory.
Back to Server Installation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.