All Downloads are FREE. Search and download functionalities are using the official Maven repository.

etty.ee10.jetty-ee10-maven-plugin.12.0.12.source-code.jetty-ee10-maven.xml Maven / Gradle / Ivy

There is a newer version: 12.0.14
Show newest version
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://jetty.org/configure_9_3.dtd">
<Configure id="Server" class="org.eclipse.jetty.server.Server">

   <Call name="addEventListener">
     <Arg>
       <New class="org.eclipse.jetty.maven.ServerListener">
         <Set name="tokenFile"><Property name="jetty.token.file"/></Set>
       </New>
     </Arg>
   </Call>

</Configure>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy