cancel
Showing results for 
Search instead for 
Did you mean: 

timeout settings for org.w3c.www.protocol.http.HttpManager

former_member190457
Contributor
0 Kudos

Hi all

in my NW AS Java (PO) 7.4 I'm performing an outbound HTTPS call.

That is executed by an EJB which consumes an open source API by Apache (CMIS Chemistry).

On a random basis, I get a timeout exception:

Caused by: org.w3c.www.protocol.http.HttpException: Connect timed out

at org.w3c.www.protocol.http.HttpBasicServer.runRequest(SourceFile:1349)

at org.w3c.www.protocol.http.HttpManager.runRequest(SourceFile:1141


I'd like to increase the timeout at the very low level, ideally in HttpManager itself.

However, I'm unable to find the right DC dependency to access HttpManager in the code.

Also, I'm not sure where to set this outbound timeout in NWA

Do you know if this can be done?

thanks, regards

Vincenzo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190457
Contributor
0 Kudos

Update: I've tried to change the following system properties through code

org.w3c.www.protocol.http.connections.timeout

org.w3c.www.protocol.http.connections.connTimeout

but that did not change anything

anyone has faced this before?

thanks

Vincenzo