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
- See Also:
-
APPLICATION_SERVER_CUSTOMIZATION_PROPERTY
- See Also:
-
-
Constructor Details
-
ApplicationServerConfigurer
public ApplicationServerConfigurer()
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartup
in interfaceorg.springframework.web.WebApplicationInitializer
- Throws:
jakarta.servlet.ServletException
-