• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Axis deployment of .jws files

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I put a .jws file in the axis dir and make a request for it, Axis autocompiles the class and puts it in the axis/WEB-INF/jwsClasses/<package>/ directory.
That is, when compiling, Axis creates the proper directory structure according to package names, in the jwsClasses dir.
However, when I request the service from a client, I get the error message:
"java.io.FileNotFoundException: C:\jboss-3.0.2\server\default\deploy\axis.war\WEB-INF\jwsClasses\MyWebService.class (The system cannot find the file specified.)"
That is, Axis seems to look for the class file in the root of the jwsClasses dir!
Does anyone know any way to correct this behavior?
 
Sheriff
Posts: 4012
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"johnnyzee",
Could you please change your display name to comply with JavaRanch's naming policy? (It's our only rule.) You can make the change quickly right here. Thanks, welcome to JavaRanch and hope you'll be stopping in often.

Pauline
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic