Class ApplicationServerConfigurer

java.lang.Object
org.frankframework.lifecycle.servlets.ApplicationServerConfigurer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@Order(-2147483648) public class ApplicationServerConfigurer extends Object implements org.springframework.web.WebApplicationInitializer
It's important this is loaded first, and before any programmatic listeners have been added to determine the Application Server type. We should technically use different profiles for this, but for now, it overwites the default Spring Context
Author:
Niels Meijer
  • Field Details

    • APPLICATION_SERVER_TYPE_PROPERTY

      public static final String APPLICATION_SERVER_TYPE_PROPERTY
      See Also:
    • APPLICATION_SERVER_CUSTOMIZATION_PROPERTY

      public static final String APPLICATION_SERVER_CUSTOMIZATION_PROPERTY
      See Also:
  • Constructor Details

    • ApplicationServerConfigurer

      public ApplicationServerConfigurer()
  • Method Details

    • onStartup

      public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Throws:
      javax.servlet.ServletException