~ubuntu-branches/ubuntu/vivid/tomcat6/vivid-proposed

« back to all changes in this revision

Viewing changes to webapps/docs/config/listeners.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-08-03 21:50:20 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130803215020-glb1brkoau0zxr5x
Tags: 6.0.37-1
* New upstream release.
  - Drop patches for CVE-2012-4534, CVE-2012-4431, CVE-2012-3546,
    CVE-2012-2733, CVE-2012-3439
  - Drop 0011-CVE-02012-0022-regression-fix.patch
  - Drop 0017-eclipse-compiler-update.patch
* Freshened remaining patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        this to <code>/dev/urandom</code> to allow quicker start times.</p>
113
113
      </attribute>
114
114
 
 
115
      <attribute name="FIPSMode" required="false">
 
116
        <p>Set to <code>on</code> to instruct OpenSSL to go into FIPS mode.
 
117
        FIPS mode <em>requires you to have a FIPS-capable OpenSSL library which
 
118
        you must build yourself</em>.
 
119
        FIPS mode also requires Tomcat native library version 1.1.23 or later,
 
120
        which <em>must be built against the FIPS-compatible OpenSSL</em> library.
 
121
        If this attribute is "on", <b>SSLEngine</b> must be enabled as well.
 
122
        The default value is <code>off</code>.</p>
 
123
      </attribute>
 
124
 
115
125
    </attributes>
116
126
 
117
127
  </subsection>
172
182
    behind a firewall. Only these ports are configured via the listener. The
173
183
    remainder of the configuration is via the standard system properties for
174
184
    configuring JMX. For further information on configuring JMX see
175
 
    <a href="http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html">
 
185
    <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/management/agent.html">
176
186
    Monitoring and Management Using JMX</a> included with the Java SDK
177
187
    documentation.</p>
178
188