fixed path for new layout

This commit is contained in:
Greg Wilkins 2012-11-29 15:55:33 +11:00
parent d78ec063ee
commit 5ee2ea85bb
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class TestServer
{
((StdErrLog)Log.getLog()).setSource(false);
String jetty_root = "..";
String jetty_root = "../../..";
// Setup Threadpool
QueuedThreadPool threadPool = new QueuedThreadPool();