• 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

Webservice with Tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everbody!

I'm new into webservice, so please be kind with me! ;-)

I would like to build a very simple webservice with tomcat. we do not want to use axis, because it seems to be a bit to powerfull for our needs. As I've read (http://www.theserverside.de/webservice-in-java/), I could use the "Java Web Service Development Pack" JWSDP which is included in JDK6.

So my question is, how do I configure tomcat6 for a webservice built on JWSDP?

I'm sure, for most of you, this question might be stupid but I didn't find any how-to concerning my needs!

Thank you very much in advance!
bye mex
 
Sheriff
Posts: 7135
1360
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"mex xem", please check your private messages regarding an important administrative matter.
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
My German is slightly rusty, so I did not read the article.
However, you can use the Metro web service stack (which is used, for instance, in GlassFish 2 and 3) in Tomcat.
See this web page: https://metro.dev.java.net/2.0.1/
Scroll down a bit to find instructions how to install in Tomcat.
Best wishes!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic