fixed path for new layout
This commit is contained in:
parent
d78ec063ee
commit
5ee2ea85bb
|
@ -67,7 +67,7 @@ public class TestServer
|
|||
{
|
||||
((StdErrLog)Log.getLog()).setSource(false);
|
||||
|
||||
String jetty_root = "..";
|
||||
String jetty_root = "../../..";
|
||||
|
||||
// Setup Threadpool
|
||||
QueuedThreadPool threadPool = new QueuedThreadPool();
|
||||
|
|
Loading…
Reference in New Issue