cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 5.0 CE and vti-context.xml

eswbitto
Confirmed Champ
Confirmed Champ
Hello Everyone,

I'm currently testing 5.0 and in doing so I tried finding files that were in previous installs of Alfresco, but now are not.

vti-context.xml being one of them. I have to add a bean that allows for an AJP connector for online edit to work with apache rather than using tomcat.

Any ideas where this has gone or if another file replaced it? Or where I can add my bean?
4 REPLIES 4

afaust
Legendary Innovator
Legendary Innovator
Hello,

starting in Alfresco 5.0, the configurations files that you could previously find exploded in the alfresco/WEB-INF/classes directory are now contained in the JAR of that module, e.g. the vti-context.xml should be contained by the alfresco-vti-5.0.b.jar

Regards
Axel

eswbitto
Confirmed Champ
Confirmed Champ
@AFaust

Thank you for the reply and answer! I'm currently have been looking for the jar file that you referenced. Is it stored in the war files themselves? I have looked at both the alfresco.war and share.war and I cannot find it. I've also looked throughout the entire install. Are you sure it is named that specifically?


afaust
Legendary Innovator
Legendary Innovator
Hello,

I took the name from an Alfresco 4.2 install because I currently have no Alfresco 5 install that includes the SharePoint protocol module. It could also be called alfresco-community-spp-5.0.b.jar or just alfresco-spp-5.0.b.jar - I am actually not aware if they have changed the naming between versions.

Regards
Axel

eswbitto
Confirmed Champ
Confirmed Champ
AFaust,

I found the alfresco-spp-5.0.b.jar. It is in that one. Thank you so much! Your a life saver!