Following an upgrade to Applications Manager 9.6.2 or higher, security scanners may still flag the external Apache HTTP or Tomcat web server for vulnerabilities (e.g., CVE-2026-29167).
Since Applications Manager now uses an integrated Jetty-based web server, the legacy external server can be removed once the integrated configuration is confirmed.
Symptoms:
Applications Manager 9.6.2 and above
Resolution Applications Manager 9.6+ utilizes an integrated Jetty web server, eliminating the requirement for a standalone Apache HTTP or Tomcat instance.
Confirm Integrated Web Server Usage Verify that Applications Manager is correctly utilizing the built-in server before decommissioning the legacy one:
Check Configuration Port: Open the file $AW_HOME/site/awenv.ini and locate the APACHE_PORT parameter.
APACHE_PORT=9010Verify Server Startup: Review the $AW_HOME/log/webserver.log file for successful startup entries:
Procedure to Remove Legacy Apache HTTP Server Once the integrated server is confirmed active, follow these steps to remove the old configuration:
APACHE_PORT identified in step 1.$AW_HOME directory need to be manually edited to "disconnect" the old server.