Issue #832
This commit is contained in:
parent
0f7cb5e815
commit
4b8e4707db
|
@ -47,7 +47,7 @@ public class ServerWithJNDI
|
||||||
WebAppContext webapp = new WebAppContext();
|
WebAppContext webapp = new WebAppContext();
|
||||||
webapp.setContextPath("/");
|
webapp.setContextPath("/");
|
||||||
File warFile = new File(
|
File warFile = new File(
|
||||||
"../../jetty-distribution/target/distribution/demo-base/webapps/test.war");
|
"../../jetty-distribution/target/distribution/demo-base/webapps/test-jndi.war");
|
||||||
webapp.setWar(warFile.getAbsolutePath());
|
webapp.setWar(warFile.getAbsolutePath());
|
||||||
server.setHandler(webapp);
|
server.setHandler(webapp);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue