Hi: I am new to Axis. I think, I have succeeded in installed Axis 1.4x using Tomcat 4.1x on SUN Solaris 2.9 OS.
When I tried to run one of the sample --------------------------------------- java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -lhttp://localhost:8088/axis/services/AdminService deploy.wsdd ----------------- I was getting the following error ---------------------------- No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. Processing file deploy.wsdd <Admin>Done processing</Admin> ------------------------------------------------------- After some google search, I think, I found the issue with CLASSPATH not able to find "log4j.properties" file. After I added the location of properties file, I am not getting a new error as follow: - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled. Processing file deploy.wsdd <Admin>Done processing</Admin> Any idea or suggestion is greatly appreciated. Thanks, Benjamin Tan..
