The web server is Netscape iPlanet 4.1. The xerces.jar file is in the classpath. If I run the servlet without the setFeature() statement for validation, the servlet works great. So the JAR file is being found.
But if I try to turn validation on, the exception is thrown. From the error message, I assume that the parser is trying to read the message.properties file from the JAR file. But the JVM has some security parameter that is restricting it from reading the JAR file. Thanks, John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
