Class ProdServerForIDE


  • public class ProdServerForIDE
    extends YourCompanyProdServerForIDE
    Uses the production Router but the dev template compiler so you 'could' step through prod router code to see if something is going on TODO: modify this to compile ALL gradle groovy template *.class files (ones generated from the html) and then we could run full production mode from the IDE
    • Constructor Detail

      • ProdServerForIDE

        public ProdServerForIDE​(boolean usePortZero)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • createServer

        protected webpiecesxxxxxpackage.basesvr.YourCompanyServer createServer​(com.google.inject.Module platformOverrides,
                                                                               org.webpieces.webserver.api.ServerConfig config,
                                                                               java.lang.String... args)
        Specified by:
        createServer in class YourCompanyProdServerForIDE