<logger name="com.hazelcast" level="INFO" />java -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory -Dhazelcast.config=./cluster.xml -Dlogback.configurationFile=./logback.xml -jar MyShadowJar.jar -conf MyConf.json -cluster<property name="hazelcast.logging.type">slf4j</property> <appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>build/logs/my-log.log</file>
<append>false</append>
<encoder>
<pattern>%date %-5level %class{64}:%line - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="FILE" />
<appender-ref ref="STDOUT" />
</root>On 6 mai 2016, at 11:02, Krishnaprasad Narayanan <krish...@gmail.com> wrote:Thanks Arnold for your inputs. Those were helpful. Can somebody help me with the following questionsa) How can I specify a network interface (like eth0 / eth1) either in the default-cluster.xml or programmatically within the implementation of Hazelcast?
b) When I run a docker container with vertx having hazelcast cluster embedded inside it, do I have to specify the -p option such as 5701 and so on….?
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/98086b75-beb8-4967-bdb4-4841cda81ec8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/5614a7b3-ec14-4435-9067-cbc9e57e81dd%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/63cead4f-0d97-4b80-9153-e8e67747eda4%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/73858f93-853f-473b-aed3-7b36a7c38fc0%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/73858f93-853f-473b-aed3-7b36a7c38fc0%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/dd59f7cf-6149-4c34-a422-2009da9ccc27%40googlegroups.com.
Hi,
<span style="color:rgb(0
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/acfd998b-44f8-4c4b-9986-26a04964d366%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/4346375a-0cb8-4eea-ac3c-b9920e420c4c%40googlegroups.com.