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 ]