As far as I can tell it is not necessary to modify opencms.jar:<br>
<br>
I just did a quick experiment. I extracted <br>
org/opencms/loader/mimetypes.properties<br>
from WEB-INF/lib/opencms.jar <br>and appended the line:<br>
ico=image/x-icon<br>
<br>
I created WEB-INF/classes/org/opencms/loader and placed the new
mimetypes.properties there. It overrides the version in the JAR file.<br>
<br>
Next load a favicon.ico into the root of your project (as binary or image) and publish. <br>
<br>
Note: I do have a domain mapped to my project<br>
ie <a href="http://www.mySite.com/">http://www.mySite.com/</a> is mapped to the root of my OpenCms project.
I think favicon.ico must be at the root level in the URL for it to work.<br>
<br>
<br>
Joe.<br>
<br>
<br>
 <br><div><span class="gmail_quote">On 9/14/05, <b class="gmail_sendername">Uwe König</b> <<a href="mailto:uwederkoenig@web.de">uwederkoenig@web.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Hello Thorsten,<br><br>the MIME-type is handled by OpenCMS directly. Have a look at the<br>file mimetype.properties in opencms.jar, there you can add mimetypes<br>if necessary. Recently we did so in our OpenCMS-instance and this
<br>works perfectly.<br>Best regards,<br><br><br>Uwe König<br><br><br>_______________________________________________<br>This mail is send to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit
<br><a href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a><br></blockquote></div><br>