Set karaf.delay.console=true in etc/config.properties 62/40262/2
authorMichael Vorburger <vorburger@redhat.com>
Mon, 13 Jun 2016 23:18:11 +0000 (01:18 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 14 Jul 2016 08:02:54 +0000 (08:02 +0000)
$ ./karaf
Apache Karaf starting up. Press Enter to open the shell now...
 78% [=========================================>          ]
(...)
100% [====================================================]

Karaf started in 23s. Bundle stats: 276 active, 276 total

Change-Id: Iad04b7d03aa5be5dc17e28c4d60a56ded8a2f774
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
karaf/opendaylight-karaf-resources/src/main/resources/etc/custom.properties

index 6898b03d06e43e3588e31184cff2f0cbee1e05dc..56ba06ecaf6bc15fb8492299d192a04e224e3f0a 100644 (file)
@@ -13,6 +13,10 @@ org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
 # Use Equinox as default OSGi Framework Implementation
 karaf.framework=equinox
 
+# Show a progress bar on startup and start the console when all bundles are up and running.
+# (If you are in a hurry you can still type enter to start the shell faster.)
+karaf.delay.console=true
+
 # Set security provider to BouncyCastle
 org.apache.karaf.security.providers = org.bouncycastle.jce.provider.BouncyCastleProvider