I'm trying to create/use a custom log4j.xml (same as log4j.properties, but XML format). As directed in the Axis documentation, I removed log4j.properties from axis.jar and have placed my custom log4j.xml in the classpath.
But, now when I run the axis-admin Ant tasks (e.g., to deploy or undeploy a web service), I get a huge stack trace that starts with: [axis-admin] java.util.zip.ZipException error in opening zip file ... ... Any ideas what I'm doing wrong? Thanks, Mark