Hi,

I am using embedded tomcat and using API's to create a Connector. The
Connector API has
public void *setAttribute*(java.lang.String name, java.lang.Object value)
&
also setters for properties e.g)  public void *setMaxPostSize*
(int maxPostSize)

If i use setAttribute for maxPostSize it gets set in
Http11ProtocolHandler and if i use setMaxPostSize  gets set in
Connector.

Which is the correct way to set these properties using setAttribute or
setter methods for the properties?

Does setting it in Http11ProtocolHandler affect the functionality of
the property?

Regards

Krish

Reply via email to