You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Mohit.Gupta" <Mo...@india.rsystems.com> on 2005/08/18 14:03:00 UTC

RE: [SPAM_EMAIL] - How Axis 1.2 locate java classes for a service? - Email has different SMTP TO: and MIME TO: fields in the email addresses

Yes, put your classes in classes folder under tomcat installation folder.

Thanks,

Mohit.

-----Original Message-----
From: Zheng Li [mailto:zli@it.swin.edu.au]
Sent: Thursday, August 18, 2005 5:23 PM
To: axis-user@ws.apache.org
Subject: [SPAM_EMAIL] - How Axis 1.2 locate java classes for a service?
- Email has different SMTP TO: and MIME TO: fields in the email
addresses


I have installed the Axis in Tomcat and the directory hierarchy is like
this:

D
|-Apache Software Foundation
|  |-jakarta-tomcat-5.5.9
|    |-webapps
|      |-axis
|        |-WEB-INF
|          |-classes

When I deploy a service using a java class, do I have to copy that java
class file into the folder: "D:\Apache Software
Foundation\jakarta-tomcat-5.5.9\webapps\axis\WEB-INF\classes" ?? Or just put
the class in a directory in the %AXISCLASSPATH%?? In my machine,
%AXISCLASSPATH% does not include "D:\Apache Software
Foundation\jakarta-tomcat-5.5.9\webapps\axis\WEB-INF\classes" directory.

I found Axis 1.2 only search the java class files in the D:\Apache Software
Foundation\jakarta-tomcat-5.5.9\webapps\axis\WEB-INF\classes, not in the
directories in the %AXISCLASSPATH%. Is that true???

Looking forward to your reply, guys!

Many Thnx

Zheng