• 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

OSGi'fied Jetty configurations

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

The other day, when I was running a traffic test on my web app, running on Jetty, inside the Equinox OSGi container, the entire stuff hangs when about 20 simultaneous requests are fired at the same time. On googling about it a bit, I came across a link which tells me about a certain jetty.xml file which is roughly the equivalent of server.xml of Tomcat - but only in a fully blown version, not for the Osgi based jetty. Can anyone tell me how do I go about configuring stuff for a Jetty container in OSGi.

Dawn.
 
reply
    Bookmark Topic Watch Topic
  • New Topic