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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user