• 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

How to Make a Web Service That will handle Request From Mulitple Context Path.

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to create a Web Service using Jersey so that it will handle multiple context path.
Eg http://<IPADDRESS>:<PORTNO.>/path1
http://<IPADDRESS>:<PORTNO.>/path2
http://<IPADDRESS>:<PORTNO.>/path3
http://<IPADDRESS>:<PORTNO.>/path4

Can you please tell me how i can do that.

Thanks,
Tarun Khandelwal
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The capability is built in already - what have you tried?

Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic