• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Why should I lose weight? They make bigger overalls. And they sure don't make overalls for tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic