cancel
Showing results for 
Search instead for 
Did you mean: 

ClassNotFoundException: WebScriptServlet

tobias_amon
Champ in-the-making
Champ in-the-making
Hi,

I'm trying to use MS Word plugin with alfresco.

I configured the webscript according to http://wiki.alfresco.com/wiki/Web_Script_Runtimes#Servlet_Runtime_.28HTTP_Access.29
But now there is this class not found exception.

Any suggestions? Do I have to install additional things?
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
Hi,

Firstly make sure you've got the latest v2.1.

Then please refer to: http://wiki.alfresco.com/wiki/Microsoft_Office

Thanks,
Mike

tobias_amon
Champ in-the-making
Champ in-the-making
Thanks,

I indeed planned to use Alfresco2.1 but as there was no deployable war for Liferay 4.3.1 I took the one provided with Liferay which is just V2.0.

I found this Wiki page http://wiki.alfresco.com/wiki/Deploying_2.1WAR_Liferay4.3 which describes the deployment of Alfresco 2.1. But now I get an error:
 java.lang.NoSuchMethodError: org.apache.myfaces.taglib.html.HtmlFormTag.setAcceptCharset‍

mikeh
Star Contributor
Star Contributor
Hi,

The Office add-ins absolutely require v2.1 - there's no way to make them work with v2.0.

I'm unclear: are you trying to deploy the v2.1 war with that wiki article?

Mike

tobias_amon
Champ in-the-making
Champ in-the-making
Yes

I use this article to deploy Alfresco 2.1 on Liferay 4.3.1
AND it actually works!
After replacing myfaces-api and -impl Alfresco is working as expected.