giovanni, can you perform the same test you did before in the client app
and verify the JDK version and XML parser?

I'm a little confused: in a precedent message, You've suggested
me to make some changes to the initialize() method in HttpServerImpl
to check XML parser versione.

Seeing that HttpServerImpl isn't called by HttpServerTestApp,
I've thought that You've made a misspell and so I made the changes to
HttpServerTestApp.

When You speak about HttpServerImpl, are You speaking about that one
under Tomcat\apache-httpd\ or about that one under muse-2.1.0\samples\apache-httpd\src\... ?

I'll try to be more clear:
- if I modify 'HttpServerTestApp' under 'muse-2.1.0\samples\apache-httpd\src\...', inserting 'System.err.println("XML API: " + org.apache.muse.util.xml.XmlUtils.createDocument().getClass());',
  I saw this: XML API: class org.apache.xerces.dom.DocumentImpl

- if I modify initialize() 'HttpServerImpl' under 'muse-2.1.0\samples\apache-httpd\src\...',
  console doesn't print me anything.

- if I modify 'HttpServerClient' under 'muse-2.1.0\samples\apache-httpd\src\...',
  I saw this: XML API: class org.apache.xerces.dom.DocumentImpl
Giovanni



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to