You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/10/23 03:47:29 UTC

DO NOT REPLY [Bug 13862] New: - Axis Servlet dependency on jaxrpc and userguide directories

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13862>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13862

Axis Servlet dependency on jaxrpc and userguide directories

           Summary: Axis Servlet dependency on jaxrpc and userguide
                    directories
           Product: Axis
           Version: 1.0
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Samples
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: vijay_phadke@yahoo.com


Tomcat 4.1.12/Axis 1.0 on Win2K
If all the samples directories from axis/WEB-INF/classes are deleted and say 
only addr directory is retained, then if you try 
http://localhost:8080/axis/servlet/AxisServlet to get list of deployed 
services, an exception is thrown 'java.lang.ClassNotFoundException: 
samples.userguide.example3.MyService'.
If one puts back jaxrpc and userguide directories back, the list shows deployed 
services again!
Also the list of services shown do not tally with service-config.wsdd from 
axis.jar.
- Why is there dependency on samples dir (jaxrpc and userguide) for getting a 
list of deployed services?