From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > reinhard 2003/12/19 01:02:52 > > > > Modified: tools/targets ide-build.xml > > Log: > > - delete only jars that start with cocoon > > > Why this? If you start cocoon from eclipse you have all jar > files in your project and you run into classpath problems if > you don't delete them from WEB-INF/lib before. Ahh, I understand. It seems we have two different use cases here :-) I start the container using the command line and so I need all the libraries *except* the cocoon libs because they are compiled into WEB-INF/classes. I've reverted my changes - I'm going solve it locally by adding the code into my tomcat start script. As mentioned I've troubles with the FOM_Cocoon object if I use it in Jetty. Hence I use Tomcat which is a bit slower but doesn't have any classloading issues (at least for me). -- Reinhard
