[opencms-dev] Collector not found after Import?
Jonathan Plettenberg
jonathan.plettenberg at componio.net
Thu Aug 6 12:42:14 CEST 2009
Hi Oliver,
you have to make an additional entry in the
..\WEB-INF\config\opencms-vfs.xml on the new server
<collectors>
...
...
<collector class="yourCollectorClass" order="***" />
</collectors>
Use a unique id in the order-section.
Regards
Jonathan Plettenberg
Oliver Berse schrieb:
> Hello all,
>
> I have written a new collector and it works fine on my local system
> (OpenCms 7.5.0/Tomcat 5.5). However, after exporting (from root, all
> files published) and importing my module on a new server, I get the
> following error:
>
> javax.servlet.jsp.JspException: org.opencms.main.CmsException: Collector
> "myCollector" was not found.
> Reason: Collector "myCollector" was not found.
>
> I placed the collector-jar in the following directories:
> Server: apache-tomcat/webapps/ROOT/WEB-INF/lib
> and in
> VFS: /system/modules/my.module/lib/
>
> Restarting Tomcat does not fix the problem. Any ideas?
>
> kind regards,
> Oliver
>
>
>
>
>
>
>
--
componio GmbH
Robert-Bosch-Straße 7
D - 64293 Darmstadt
Tel: +49.6151.500.367.15
Office: +49.6151.500.367.0
Fax: +49.6151.500.367.6
Internet: http://www.componio.net
E-Mail: componio at componio.net
HRB 9624 - Registergericht Amtsgericht Darmstadt
More information about the opencms-dev
mailing list