Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Maven Jetty Plugin Slow with Java8

Hi guys,

I upgraded to Java8 lately and so I had to upgrade my jetty-maven-plugin to 9.2+
I tried all the versions 9.2+ of the maven jetty plugin, however the server is starting really slow. First it displays this:


[INFO] <<< jetty-maven-plugin:9.2.0.v20140526:run (default-cli) < test-compile @ nemesis-console-backend <<<
[INFO]
[INFO] --- jetty-maven-plugin:9.2.0.v20140526:run (default-cli) @ nemesis-console-backend ---
[INFO] Logging initialized @5461ms
[INFO] Configuring Jetty for project: Backend Web Console
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/petar/workspace/nemesis-consoles/nemesis-console-backend/target/classes
[INFO] Context path = /backend
[INFO] Tmp directory = /home/petar/workspace/nemesis-consoles/nemesis-console-backend/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/petar/workspace/nemesis-consoles/nemesis-console-backend/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/petar/workspace/nemesis-consoles/nemesis-console-backend/src/main/webapp
[INFO] jetty-9.2.0.v20140526


and then it hangs for about 4 mins before it continue and eventually start properly. Does anyone else had this problem?

--
Regards, Petar!
Karlovo, Bulgaria.
---
Public PGP Key at: https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
Key Fingerprint: A369 A7EE 61BC 93A3 CDFF  55A5 1965 8550 C311 0611

Back to the top