Hi, I posted a message a few days ago about my validator not working, that a message was present in my logfile outputs saying that Jakarta.apache.org could not be resolved. Jorge Martins helped me out by telling me how to set up a proxy in my webserver (Tomcat 4) (-DproxySet=true, -DproxyHost=<HOST> -DproxyPort=<PORT>) which gets me out of immediate problems as now the webserver goes and downloads http://jakarta.apache.org/commons/dtds/validator_1_0.dtd <http://jakarta.apache.org/commons/dtds/validator_1_0.dtd> .
However I don't consider this a permanent solution as we really really don't want this dependence. We should be able to resolve the dtd locally. I've checked my commons-validator.jar and the validator_1_0.dtd is there under org.apache.commons.validator.resources. And my webapp logfiles show that the commons-validator.jar is being loaded. Any ideas on why then the dtd cannot be resolved without going external? And how to fix it? Thanks Gary -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>