12 Aug
2010
12 Aug
'10
6:51 a.m.
Hi, I am installing xwiki-application-invitation-1.1.xar in my xwiki .it installs all the extracted file except it shows one error List of documents with errors WatchCode.GWT <http://localhost:8080/xwiki/bin/view/WatchCode/GWT> I also added gwt-client and gwt server jar files in my xwiki lib file and did modifications in web.xml as follows <servlet> <servlet-name>XWatchService</servlet-name> <servlet-class>com.xpn.xwiki.watch.server.XWatchServiceImpl</servlet-class> </servlet> <servlet-mapping> <servlet-name>XWatchService</servlet-name> <url-pattern>/XWatchService</url-pattern> </servlet-mapping> but nothing works.Please explain if it needs some more configuration to run it. Thanks, Simer