Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGreg Wilkins2013-09-20 04:24:22 +0000
committerGreg Wilkins2013-09-20 04:24:22 +0000
commitcb33fa36fd54d1edd35b6e1a4ead743e4281653a (patch)
tree0c1c165ccce344878b04b162d0405ff206b8ea65 /tests
parent73d0ed8d71355e09c96d15772bfcc601bfbc4e6e (diff)
downloadorg.eclipse.jetty.project-cb33fa36fd54d1edd35b6e1a4ead743e4281653a.tar.gz
org.eclipse.jetty.project-cb33fa36fd54d1edd35b6e1a4ead743e4281653a.tar.xz
org.eclipse.jetty.project-cb33fa36fd54d1edd35b6e1a4ead743e4281653a.zip
Use modules to initialise demo-base where possible
Diffstat (limited to 'tests')
-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