cancel
Showing results for 
Search instead for 
Did you mean: 

remove java paramters using config tool

Former Member
0 Kudos

Hi All,

What is the benefits from the following parameters? because i want to delete it from java settings of EP 7.0 with ESS

-Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser

-Dorg.w3c.www.protocol.http.connections.max=100

-Dorg.w3c.www.protocol.http.connections.connTimeout=10000

-Dorg.w3c.www.protocol.http.connections.timeout=10000

Please advice,

regards,

OS4SE

Edited by: Osama4SE on May 3, 2010 10:37 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I just described what all these parameters do.

You want to delete them??Is it necesaary??

SAP recommends not to delete any of the parameters.

If you dont need them, you can delete.

Thanks,

Deepak

Former Member
0 Kudos

Described parameters are used for following things.

1. Dorg.w3c.www.protocol.http.connections.max

Use:- The maximum number of connections the client side API is allowed to use to external servers.

type

2. Dorg.w3c.www.protocol.http.connections.timeout

Use:-

The timeout on the client socket

3. Dorg.w3c.www.protocol.http.connections.conntime

Use:-

The Connection timings to the RAC instances

Hope this information will help you.

Thanks,

Deepak

Former Member
0 Kudos

Hi Deepak,

Do you recommend to remove it or to keep it?

I don't find any SAP notes recommend to use it, do you have any document?

Best Regards,

OS4SE