-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gavan,
Gavan Hood wrote: | My web app is very simple, two servlets already installed so no war | file. Once it finally gets going it is very responsive, the | initialization just takes forever... A few quick questions: Do your servlets perform any of their own initialization? I'm guessing that you would have looked here, first, but I figured I'd just double-check. Are you using an SSL connector? If so, the server may require a lot of random data from your random device, which might not be delivering it fast enough. You might be able to configure the JVM to use a different source of randomness. Are you running with APR? This also has to do with the entropy requirements of SSL, since you can configure APR's source of randomness separately from the JVM. - -chris | | I have some war files coming, but I figure if I cannt get this basic | initialization to work theres not much point. | | Is tomcat supposed to work in embedded environments like this, is it | something others are trying / have working , Is it part of the | roadmap ? | | | | Peter Crowther <[EMAIL PROTECTED]> wrote: |> From: Gavan Hood [mailto:[EMAIL PROTECTED] My problem is the |> initialization. When I start tomcat it takes about two minutes to |> complete initialization and pegs my little processor at times, |> often it keeps it around 80% untilized... | | Yeah, that's not good in an embedded device! | | 2 minutes with or without your application deployed? i.e. how much of | that time is Tomcat startup, and how much is Tomcat deploying your | webapp / your webapp startup? | | How is your application packaged? Are you unpacking it from a WAR, or | is it already unpacked? | | - Peter | | --------------------------------------------------------------------- | To start a new topic, e-mail: users@tomcat.apache.org To | unsubscribe, e-mail: [EMAIL PROTECTED] For | additional commands, e-mail: [EMAIL PROTECTED] | | | | | --------------------------------- Be a better friend, newshound, and | know-it-all with Yahoo! Mobile. Try it now. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkePdQcACgkQ9CaO5/Lv0PDeHQCdEYzVWXyLxVbW5A6nIWGXhqXj 8MIAniN4hMeSrLHhxe9wEa1KWt3EFjjV =R5uK -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]