> The string "--" is not permitted within comments.
are you sure that you have exactly the same config on jboss and linux? Error above would happen when you do something like
<!-- my comment here
<!-- my tag here --> <tag>blah</tag>
-->
Norman Barker wrote:
Hi,
I have setup the logkit.xconf file to have a custom log for one of our apps, and it works fine
under JBoss on windows, however when using Linux I get
2004-11-29 09:59:53,995 ERROR [STDERR] Logging Error: Could not set up Cocoon Logger, will use screen instead
2004-11-29 09:59:53,996 ERROR [STDERR] org.xml.sax.SAXParseException: The string "--" is not permitted within comments.
2004-11-29 09:59:53,998 ERROR [STDERR] at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
2004-11-29 09:59:53,998 ERROR [STDERR] at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
2004-11-29 09:59:53,999 ERROR [STDERR] at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
2004-11-29 09:59:53,999 ERROR [STDERR] at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
Has anyone seen this before? Seems a bit odd, I am using the same version of XML libraries since I have put them
in /usr/java/jdk/jre/lib/endorsed and in the corresponding directory on windows.
Any help would be appreciated.
Thanks,
Norman
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
