From 59089016627fc7c9ebfc871cfe65c45b60d2363e Mon Sep 17 00:00:00 2001 From: Tal Moran Date: Tue, 17 Nov 2015 00:24:27 +0200 Subject: [PATCH] Prevent jetty from scanning annotations in jars (reduces startup time) --- .../src/main/webapp/META-INF/jetty-env.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bulletin-board-server/src/main/webapp/META-INF/jetty-env.xml diff --git a/bulletin-board-server/src/main/webapp/META-INF/jetty-env.xml b/bulletin-board-server/src/main/webapp/META-INF/jetty-env.xml new file mode 100644 index 0000000..c4d368f --- /dev/null +++ b/bulletin-board-server/src/main/webapp/META-INF/jetty-env.xml @@ -0,0 +1,12 @@ + + + + + org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern + none + + + org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern + none + + \ No newline at end of file