Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

deploying web app progmatically in jetty

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have create a web project through eclipse.

I am trying to run junit test case which runs jetty server and publishes the web application in jetty server.

my question is this possible(its possible through eclipse ide jetty server plugin by clicking start server button). if its possible then can you please give me a sample code.

my web app structure is :-

Java Resources
src
Build

WebContent
WEB-INF
Meta-INF


it is not recognising WebContent folder

my code is



Thanks in advance,
[ November 20, 2008: Message edited by: Martijn Verburg ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic