This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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) |
OlderNewer