• Home
  • Request Information
  • Customer Portal
  • Guided Troubleshooting Demo
  • Automatic Diagnosis Demo
  • Home
  • Solutions
    • Overview
    • Guided Troubleshooting
    • Remote Diagnosis
    • Diagnose Before Dispatch
    • Technology
    • FAQ – Why and How
    • Plain and Simple Promo
  • Products
    • TEAMS-Designer
    • TEAMS-RDS
    • TEAMATE
    • TEAMS-RT
    • PackNGo
  • Industries
    • Medical
    • Aerospace
    • Defense
    • Other Industries
  • Support
    • Documentation
    • FAQ
    • Product Releases
    • Publications
    • Training
    • Request Information
    • Customer Portal
    • Guided Troubleshooting Demo
  • Blogs
    • Health Management
    • Service Practices
    • TEAMS Modeling
    • TEAMS Products
  • About Us
    • Company Background
    • News
    • Careers
    • Contact

How to bind AJP to localhost

March 06, 2020
by Kristian Balinski
Comments are off

AJP is a protocol that Tomcat uses to effectively proxy itself through Apache HTTPD. However, AJP has recently come under attack by hackers via the Ghostcat vulnerability. Tomcat 7.x and above have gotten fixes for Ghostcat. Installing the latest version of Tomcat is highly recommended. To further mitigate attacks, QSI also advises that AJP be bound to localhost. Here is how to do so:

  1. Stop TEAMS-RDS Services
    • Windows: Start -> Programs -> TEAMS-RDS -> Stop TEAMS-RDS Services
    • Linux: Stop Tomcat service i.e. systemctl stop tomcat
  2. Open Tomcat server configuration file
    • Windows: %RDS_BASE%\jakarta-tomcat\conf\server.xml
    • Linux: $TOMCAT_HOME/conf/server.xml
  3. Bind AJP to localhost
    • Windows: Update line
      1. <Connector port=”8319″ protocol=”AJP/1.3″ URIEncoding=”UTF-8″/>
      2. to <Connector port=”8319″ address=”127.0.0.1″ protocol=”AJP/1.3″ URIEncoding=”UTF-8″/>
    • Linux: Add attribute ‘address’ with value ‘127.0.0.1’ to <Connector> element with attribute ‘protocol’ value of ‘AJP/1.3’
  4. Start TEAMS-RDS Services
    • Windows: Start -> Programs -> TEAMS-RDS -> Start TEAMS-RDS Services
    • Linux: Start Tomcat service i.e. systemctl start tomcat

About the Author
Product Manager at QSI. With roots in Software Engineering.
Social Share

Support

  • Support
    • Documentation
    • FAQ
    • Product Releases
    • Publications
    • Training
    • Request Information
    • Customer Portal
Privacy Policy | Trademarks | ISO9001 Certified | QSI Master Agreement | Cookie Policy
© 2025 Qualtech Systems, Inc
Cleantalk Pixel