2

I want my existing folder to be jetty's document root? Where can I set it?

SQC
  • 591
  • 3
  • 9
  • 18
  • You should post that as an answer and then, after the required waiting period, accept it so this question appears to others as having an answer that has been "accepted" – Chris Thompson Feb 13 '12 at 00:01

1 Answers1

3

Update :

Ok Found it. In etc/jetty.xml look for jetty.home

<Set name="webAppDir"><SystemProperty name="jetty.home" default="."/>/webapps</Set> 
SQC
  • 591
  • 3
  • 9
  • 18