Skip to content

Mosquitto CLASSPATH

Dae Song Park edited this page May 3, 2023 · 4 revisions

◀️ KryoSerializer Generator 🔗 Mosquitto Overview ▶️


Mosquitto does not depend on Java, but some of the PadoGrid apps may require Java. For Java apps, the class path is defined in the following order.

$CLASSPATH
$PADOGRID_WORKSPACE/clusters/<cluster>/plugins/*
$PADOGRID_WORKSPACE/clusters/<cluster>/lib/*
$PADOGRID_WORKSPACE/plugins/*
$PADOGRID_WORKSPACE/lib/*
$PADOGRID_HOME/mqtt/plugins/*
$PADOGRID_HOME/mqtt/lib/*
$PADOGRID_HOME/lib/*

To see member startup details, run the start_member -simulate command, which does not run the member but simulates the startup sequence.

start_member -simulate

Note that CLASSPATH and JAVA_OPTS can be set in setenv.sh at each directory level to include additional paths or override any paths set in the subsequent directory levels. The setenv.sh files are located as follows:

$PADOGRID_WORKSPACE/clusters/$CLUSTER/bin_sh/setenv.sh
$PADOGRID_WORKSPACE/setenv.sh
$PADOGRID_HOME/bin_sh/setenv.sh

◀️ KryoSerializer Generator 🔗 Mosquitto Overview ▶️

Overview

Operations

Tools

Platforms

Clouds

Pado

Geode/GemFire

Hazelcast/Jet

ComputeDB/SnappyData

Coherence

Hadoop

Kafka/Confluent

Mosquitto

Redis

Spark

Clone this wiki locally