• 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

can we use jetty for apache axis

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I want to have apache axis web services on jetty 5 web server.Is it possible or not.I know it is possible with TOMCAT but I am not very sure about jetty.Please let me know.

with regards,
ajse
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
About a year ago I got the Axis/Jetty combo working with the versions that where available then. This was mainly to satisfy my own curiosity as to whether it was possible to use Axis with an embedded webserver inside of a "stand-alone" application. Haven't done anything with it since. I wasn't aware of the "embedded mode" for Tomcat back then - but I think Jetty still has a a significantly smaller footprint than Tomcat.
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
AFAIK, there's no reason Jetty can't support Axis. There seems to be plenty of references through Google to that setup. (I use Tomcat myself, so I don't know firsthand, but...)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic