小编Cla*_*Liu的帖子

在jquery自动完成中不处理任何结果

嘿我正在尝试在用户当前查询没有结果时返回消息!我知道我需要利用keyup事件,但看起来插件正在使用它

javascript jquery jquery-ui autocomplete

9
推荐指数
2
解决办法
1万
查看次数

Axis 2 SOAP调用使用CF/AJP 1.3/IIS 7.5达到4KB限制

我正在使用Coldfusion 10构建SOAP Web服务,我在IIS 7.5上运行,Coldfusion通过AJP 1.3连接器连接到独立的Java Tomcat服务器.

我正在达到对我的服务器将接受的SOAP请求大小的4-8KB限制,如果超过该限制,则重置连接 - 不会显示错误.

但在我的CF日志中,我得到:

The fault returned when invoking the web service operation is:<br> <pre>org.apache.axis2.AxisFault: Connection reset    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)     at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:197)      at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)      at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:402)      at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)   at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)      at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)   at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)    at reverserisk_ncm.Reverserisk_ncmStub.dumpHeader(Reverserisk_ncmStub... The specific sequence of files included or processed is: C:\rr1.5\Clarence\webservice\test_ncm.cfm, line: 36
Run Code Online (Sandbox Code Playgroud)

我尝试了一些事情,首先我确保它是一个大小限制,添加睡眠30秒产生相同的结果,所以我尝试:

  1. Coldfusion Max POST大小数据设置为高值
  2. IIS服务器配置 - system.web/httpRuntime.maxRequestLength - > maxInt和security.requestFilter.maxAllowedContentLength
  3. Apache Tomcat:conf/server.xml - AJP 1.3连接器maxPostSize/maxSavePostSize值 - > 2MB
  4. 将Axis2.xml从HTTP/1.1更改为HTTP/1.0以强制禁用传输编码"chunked" - 我读到这可能是针对DDOS攻击的安全功能

如果有人遇到类似的问题,那就太棒了,我知道这也可能是一个ServerFault问题 - 但希望有人在CF上做过类似的东西,谢谢!

iis coldfusion soap axis2

5
推荐指数
1
解决办法
1483
查看次数

标签 统计

autocomplete ×1

axis2 ×1

coldfusion ×1

iis ×1

javascript ×1

jquery ×1

jquery-ui ×1

soap ×1