Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test-webapps/test-jaas-webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-webapps/test-jaas-webapp/pom.xml b/tests/test-webapps/test-jaas-webapp/pom.xml
index 6bf52847c3..40e4c475b6 100644
--- a/tests/test-webapps/test-jaas-webapp/pom.xml
+++ b/tests/test-webapps/test-jaas-webapp/pom.xml
@@ -31,8 +31,8 @@
<systemProperties>
<!-- This is for convenience so that the src/etc/login.conf file can stay unmodified when copied to $jetty.home/etc directory -->
<systemProperty>
- <name>jetty.home</name>
- <value>${basedir}/src/main/config</value>
+ <name>jetty.base</name>
+ <value>${basedir}/src/main/config/demo-base</value>
</systemProperty>
<!-- Mandatory. This system property tells JAAS where to find the login module configuration file -->
<systemProperty>

Back to the top