cancel
Showing results for 
Search instead for 
Did you mean: 

Installing WCM

danielhrotek
Champ in-the-making
Champ in-the-making
Hello.
I am trying to build Alfresco version.build=r13140. Everything looks good and Document Management works fine.

I have problem with WCM module. I do not see folder "Web Project" in "Company Home" and "Web Forms" in "Data Dictionary". (And alfresco.log does not contain "The Web Forms folder was successfully created" and "The Web Projects folder was successfully created").

alfresco.log does not contain any error.

Alfresco was build by Ant from Eclipce and wcm-bootstrap-context.xml was automatically copied to tomcat\shared\classes\alfresco\extension\

wcm-bootstrap-context.xml contains
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>

<beans>
    <bean id="patch.wcmFolders" class="org.alfresco.repo.admin.patch.impl.WCMFoldersPatch" parent="basePatch" >
        <property name="id"><value>patch.wcmFolders</value></property>
        <property name="description"><value>patch.wcmFolders.description</value></property>
        <property name="fixesFromSchema"><value>0</value></property>
        <property name="fixesToSchema"><value>${version.schema}</value></property>
        <property name="targetSchema"><value>10000</value></property>
        <!– helper beans for execution –>
        <property name="messageSource">
            <ref bean="bootstrapSpacesMessageSource" />
        </property>
        <property name="importerBootstrap">
            <ref bean="spacesBootstrap" />
        </property>
    </bean>

</beans>

My environment is:
OS: Windows XP
Java: jdk1.5.0_15
Ant: apache-ant-1.7.1
Eclipse: 3.3.2
Database: MySQL 5.0.45
Application server: apache-tomcat-6.0.18

Can anybody hepl me? Thanks.
1 REPLY 1

danielhrotek
Champ in-the-making
Champ in-the-making
I found the solution.

File tomcat\conf\catalina.properties must contain:
shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar