1
0
mirror of https://github.com/google/nomulus synced 2026-04-23 01:30:51 +00:00

Add a method to test if Nomulus is running on Jetty (#2382)

This commit is contained in:
Lai Jiang
2024-03-19 11:43:52 -04:00
committed by GitHub
parent e7bf74d91d
commit 3fdecde6e9
2 changed files with 19 additions and 2 deletions

View File

@@ -4,4 +4,8 @@
<Configure id="wac" class="org.eclipse.jetty.ee10.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="war">./webapps/nomulus.war</Set>
<Call class="java.lang.System" name="setProperty">
<Arg>google.registry.jetty</Arg>
<Arg>true</Arg>
</Call>
</Configure>