Class AbstractExternalTigerServer

    • Field Detail

      • startupException

        protected final AtomicReference<Throwable> startupException
        Container to store exceptions while performing startup of server, useful if you start external processes and want to monitor them in a separate thread...
        See Also:
        ExternalJarServer
    • Method Detail

      • waitForServerUp

        protected void waitForServerUp()
      • waitForServiceHalfTime

        protected void waitForServiceHalfTime​(boolean quiet)
      • applyEnvPropertiesToProcess

        protected void applyEnvPropertiesToProcess​(ProcessBuilder processBuilder)