Class HomeBaseWarning


  • public class HomeBaseWarning
    extends java.lang.Object
    Display an optional Warning Message if the {jetty.home} and {jetty.base} are the same directory.

    This is to warn about not recommended approach to setting up the Jetty Distribution.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      HomeBaseWarning()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final Logger LOG
    • Constructor Detail

      • HomeBaseWarning

        public HomeBaseWarning()