Hi
Any help is appreciated.
I am using the following code to validate config.xml document. So, i input the appropriate xsd.
SchemaFactory factory =
SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
Schema schema = factory.newSchema( new...
Hello
Apache logger has support for logging into files through file appender. But, if my file is existing on a different location on the "intranet", how should i specify that network location in the log4j.properties? Also, are there any issues that are inherently present with this sort of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.