Hi there,
 
I compiled and installed the latest "HEAD" checkout of C2 from CVS on Tomcat 4.0.1 
(standalone) with jdk1.4.0. The localhost/cocoon dir loads nicely, but the problem is 
that the menu bars of the documentation subdirectories are not rendering.  After 
viewing the source of the produced html document, I noted that all the pictures that 
are not rendering are jpgs.
 
This led me to chekcout the %TOMCAT_HOME%\webapps\cocoon\WEB-INF\logs\access.log file 
to see what's going on:
 
Example 
<pre>
DEBUG   (2002-02-25) 14:18.16:002   [access] 
(/cocoon/documents/graphics/XML%20Links-label_over.jpg) 
HttpProcessor[80][2]/AbstractEnvironment: Set the URI Prefix (OLD=documents/, NEW=)
DEBUG   (2002-02-25) 14:18.16:002   [access] 
(/cocoon/documents/graphics/XML%20Links-label_over.jpg) 
HttpProcessor[80][2]/AbstractEnvironment: Reset context to 
file:/C:/Tomcat/webapps/cocoon/
DEBUG   (2002-02-25) 14:18.16:002   [access] 
(/cocoon/documents/graphics/XML%20Links-label_over.jpg) 
HttpProcessor[80][2]/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=)
DEBUG   (2002-02-25) 14:18.16:002   [access] 
(/cocoon/documents/graphics/XML%20Links-label_over.jpg) 
HttpProcessor[80][2]/AbstractEnvironment: Reset context to 
file:/C:/Tomcat/webapps/cocoon/
INFO    (2002-02-25) 14:18.16:002   [access] 
(/cocoon/documents/graphics/XML%20Links-label_over.jpg) 
HttpProcessor[80][2]/CocoonServlet: 'documents/graphics/XML Links-label_over.jpg' 
Processed by Apache Cocoon 2.0.2-dev in 220 milliseconds.
</pre>
 
So, the transformation works. I replaced the 
 


Reply via email to