Dear All,
We need to configure 7.5.0 standalone.xml, same as 6.7.1 server.xml setting.
following : 6.7.1 server xml snippet
====================================
<Connector port="8080"
redirectPort="80"
maxThreads="250" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true"
maxHttpHeaderSize="8190"
URIEncoding="UTF-8"
proxyName="****.****.****"
proxyPort="443"
scheme="https"
/>
====================================
please tell me how to configure 7.5.0 standalone.xml.