Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-788

Apache Tomcat administration

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • None
    • None
    • JWS3
    • None
    • CLOUD Maintenance Sprint 4

    Description

      Need to harden docker image in a following way

      secure the manager application to be only locally accessible. If the web administration application is used, its access must be restricted to only those with a required need as administrators:

      • Open $CATALINA_HOME/conf/server.xml

      add a context.xml added to manager app to ensure only local access
      <Valve className="org.apache.catalina.valves.RemoteAddrValve"
      allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" denyStatus="404" />
      get rid of the special 404 page in the web.xml file of the manager application

      Attachments

        Activity

          People

            wdecoste1@redhat.com William Decoste (Inactive)
            rhn-support-akokshar Alexander Koksharov (Inactive)
            Alexander Koksharov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: