[jboss-jira] [JBoss JIRA] (WFLY-2888) Undertow subsystem ajp listener configuraion not loaded
JuYeon Yu (JIRA)
issues at jboss.org
Mon Feb 10 06:27:28 EST 2014
[ https://issues.jboss.org/browse/WFLY-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12942944#comment-12942944 ]
JuYeon Yu commented on WFLY-2888:
---------------------------------
I set like this.
<ajp-listener name="ajp" socket-bindind="ajp" max-parameters="5000"/>
<http-listener name="default" socket-bindind="http" max-parameters="5000"/>
when connect user http listener submit is OK.
but, use ajp listener exception is occur.
java.lang.IllegalStateException: UT000047: The number of parameters exceeded the maximum of 1000
So, I debugging, end i found the setting not loaded.
> Undertow subsystem ajp listener configuraion not loaded
> -------------------------------------------------------
>
> Key: WFLY-2888
> URL: https://issues.jboss.org/browse/WFLY-2888
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Environment: WildfFly 8.0.0.Final-SANPSHOT (b365f63a1701)
> Reporter: JuYeon Yu
>
> Ajp Listener configuration not loaded.
> I set like this '<ajp-listener name="ajp" socket-binding="ajp" max-parameters="5000"/>'.
> But this value not applied.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list