• 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

Deploying WebService

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a stand-alone Java application distributed among 4 files. I beleive if I want to expose this application as a WebService using AXIS, I will have to package the whole as a jar file and deploy it in the webapps folder. Better said than done, can anyone point me to site which explains this at a lower level.

Hopefully, you might have seen this link
http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html
where they try and explain my point in the second part (through their Fiboncacci example)

Unfortunately, I am still trying to get the second part working. If not, I shall be back with my error strings later but till then if any further directions can be given, I will appreciate that.

Also, how about doing the same using Java APIs compared to Axis ???

Sandeep
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sandeep, we have a forum specifically for Web Services, so I'll move your post there, hopefully you'll get help there.

Web Services Forum
reply
    Bookmark Topic Watch Topic
  • New Topic