Skip to content

Instantly share code, notes, and snippets.

View calvincodes's full-sized avatar
😬
Breaking Things

Arpit Jain calvincodes

😬
Breaking Things
View GitHub Profile
➜ war-packaging git:(master) ✗ java -jar ~/Desktop/jetty-home/start.jar
05/28/20 11:26:18 [INFO] Logging initialized @163ms to org.eclipse.jetty.util.log.Slf4jLog
05/28/20 11:26:19 [WARNING] Config error at <Call name="insertHandler"><Arg>
<New id="CustomJettyHandler" class="com.github.calvincodes.CustomHandlerJarPackaged"/>
</Arg></Call>
05/28/20 11:26:19 [WARNING]
java.lang.IllegalStateException: No Method: <Call name="insertHandler"><Arg>
<New id="CustomJettyHandler" class="com.github.calvincodes.CustomHandlerJarPackaged"/>
</Arg></Call> on class org.eclipse.jetty.server.Server
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.call(XmlConfiguration.java:971)