Skip to main content

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

Hi there,

I tried adding metadata-complete="true" and also

    <Call name="setAttribute">
        <Arg>org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern</Arg>
        <Arg></Arg>
    </Call>

to my jetty-env.xml but had no effect - the same amount of time :(

2015-04-16 1:35 GMT+03:00 Simone Bordet <sbordet@xxxxxxxxxxx>:
Hi,

On Wed, Apr 15, 2015 at 9:57 PM, Petar Tahchiev <paranoiabla@xxxxxxxxx> wrote:
> Hi,
>
> I tried 9.2.10.v20150310 and it takes more than 10 minutes!!!! With Java7
> and version 9.1.3.v20140225 it takes 8 seconds! I also think it's annotation
> scanning. Here's the threaddump:

So it is annotation scanning.
Do you need it ?

What's the value for "metadata-complete" attribute in your web.xml ?

Read also: https://www.eclipse.org/jetty/documentation/current/using-annotations.html

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev



--
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