Tag: JVM

  • Explicitly Setting log4j Configuration File Location

    I ran into an issue recently, where an existing log4j.xml configuration file was built into a jar file I was referencing and I was unable to get Java to recognize another file that I wanted it to use instead.  Fortunately, the solution to this problem is fairly straightforward and simple. I was running a standalone…