Hy;
This applies to cocoon-2.0.4 with tomcat-2.4.16 :
I want to install the cocoon webapp directory somewhere in my
filesystem and put a softlink into the tomcat-webapp directory
that points to the location of the cocoon-webapp. Unfortunately
i end up with following error message in the cocoon core.log:
org.apache.cocoon.components.language.LanguageException:
Could not load class for program 'org/apache/cocoon/www/sitemap_xmap'
due to a java.lang.ClassNotFoundException:
org.apache.cocoon.www.sitemap_xmap
at
org.apache.cocoon.components.language.programming.java.JavaLanguage.loadProgram(JavaLanguage.java:186)
at
org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage.load(CompiledProgrammingLanguage.java:211)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:417)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:353)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:312)
at org.apache.cocoon.sitemap.Handler.run(Handler.java:267)
at java.lang.Thread.run(Thread.java:479)
I verified, that the requested class is available in the tomcat work
directory. Maybe cocoon simply relies on beeing placed into the webapp
dir of the appserver and what i do is not supported ? Or is this
something, that should be looked after ?
regards, Hussayn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- RE: cocoon-2.0.4 fails to load generated classes ... SAXESS - Hussayn Dabbous
- RE: cocoon-2.0.4 fails to load generated cla... Geoff Howard
- XSLTC troubles when dynamically generati... Johann Romefort
- Re: cocoon-2.0.4 fails to load generated... SAXESS - Hussayn Dabbous