반응형

    <system-properties>

        <property name="org.apache.tomcat.util.http.Parameters.MAX_COUNT" value="-1"/>

    </system-properties>

 

    <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" instance-id="${jboss.jvmRoute}" native="false">

        <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" max-post-size="104857600"/>

        <connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp" max-post-size="104857600"/>

        <virtual-server name="default-host" enable-welcome-root="false">

            <alias name="localhost"/>

            <alias name="pms.ktis.co.kr"/>

            <access-log pattern="%a %t %H %p %U %s ">

                <directory path="access"/>

            </access-log>

        </virtual-server>

    </subsystem>

반응형

+ Recent posts