Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-webapps/test-jetty-webapp/src/main/config/demo-base/start.ini')
-rw-r--r--tests/test-webapps/test-jetty-webapp/src/main/config/demo-base/start.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/test-webapps/test-jetty-webapp/src/main/config/demo-base/start.ini b/tests/test-webapps/test-jetty-webapp/src/main/config/demo-base/start.ini
index e625afec2c..9a840f4db0 100644
--- a/tests/test-webapps/test-jetty-webapp/src/main/config/demo-base/start.ini
+++ b/tests/test-webapps/test-jetty-webapp/src/main/config/demo-base/start.ini
@@ -4,16 +4,6 @@
# Additional ini files are in demo-base/start.d
#
-# Have webapps be deployed normally from webapps directory
---module=deploy
-
-# Some of the examples use JSP
---module=jsp
-
-# We are using annotations + jndi
---module=annotations
---module=jndi
-
# Enable security via jaas, and configure it
--module=jaas
jaas.login.conf=etc/login.conf
@@ -22,9 +12,6 @@ jaas.login.conf=etc/login.conf
--module=rewrite
etc/demo-rewrite-rules.xml
-# The async behavior examples use http client to access remote systems
---module=client
-
# Websocket chat examples needs websocket enabled
# Don't start for all contexts (set to true in test.xml context)
org.eclipse.jetty.websocket.jsr356=false
@@ -34,7 +21,3 @@ org.eclipse.jetty.websocket.jsr356=false
etc/test-realm.xml
demo.realm=etc/realm.properties
-# Load test JNDI resources from lib/ext
---module=ext
-
-

Back to the top