I am using MB V6 and a javaCompute node. So I don't have a PAR file. Does the documentation still apply but just replace PAR with BAR? All of my java code is in a bar file.
What is the classpath hierachy for MB? If I wanted to place a configuration file in some directory and I have code that tries to find it on the classpath where do I update the classpath for MB so it c ...
I am having problems getting log4j appenders initialized. I am doing this via a properties file. So all I code in my java compute node is the getLogger. I have the following properties file. Where do ...