Marcos Cano
2013-09-30 21:59:36 UTC
hello im trying to achieve something like this..
command=java -server -Xmx128M -classpath $DIRECT some.java.Application
where the environment variable DIRECT, could be inherit from the
supervisord config file environment option or by the sub-process itself
environment option...
but when trying to run it... it can not start because the classpath is not
set unless i explicitly set it like
command=java -server -Xmx128M -classpath /path/that/iwant/
some.java.Application
is there any way i can achieve this? or am i doing something wrong?
greetings
command=java -server -Xmx128M -classpath $DIRECT some.java.Application
where the environment variable DIRECT, could be inherit from the
supervisord config file environment option or by the sub-process itself
environment option...
but when trying to run it... it can not start because the classpath is not
set unless i explicitly set it like
command=java -server -Xmx128M -classpath /path/that/iwant/
some.java.Application
is there any way i can achieve this? or am i doing something wrong?
greetings