The ROOT application
- Last Updated: January 16, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
Apache Tomcat comes configured with a number of web applications, which are preconfigured in PAS for OpenEdge. Tomcat requires that there always be a ROOT application in the instance-name/webapps folder.
When you create a PAS for OpenEdge instance, an OpenEdge ABL web application, oeabl.war, is automatically deployed in the instance-path/webapps/ROOT directory. The ABL web application supports all transports for an ABL application, including SOAP and REST web services, web handlers, ABL and Open Client (APSV) access. In addition, an ABL application can be represented by multiple OpenEdge ABL web applications deployed to a single PAS for OpenEdge instance.
The ROOT directory contains the manifest file for oeabl.war (in the META-INF folder), static files (in the static folder), the application definitions (in the web.xml file), and other pertinent resources such as classes, transports (APSV, REST, SOAP, and WEB), security files, and the default PROPATH folder.