Where can I configure the connector settings of the internal tomcat in the Ivy Server/Engine? In a normal tomcat the connector can be configured in the conf/server.xml file:

...
<connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
redirectPort="8443"
compression="on"
compressionMinSize="1024"
compressableMimeType="text/css,application/javascript" />
...

asked 15.07.2014 at 16:39

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%


You can change the settings in the "System Properties" in the "Ivy Server/Engine Administrator". See the settings with the names WebServer.[AJP|HTTP|HTTPS].*

System Properties in the Ivy Administrator

See Tomcat connector documentaion for a description of all properties/attributes. For the HTTP and the HTTPS Connector there are the following common attributes:

  • AcceptCount, Address, AllowTrace, BufferSize, CompressableMimeType, Compression, ConnectionLinger, ConnectionTimeout, DisableUploadTimeout, EmptySessionPath, Enabled, EnableLookups, MaxHttpHeaderSize, MaxKeepAliveRequests, MaxPostSize, MaxSavePostSize, MaxSpareThreads, MaxThreads, MinSpareThreads, NoCompressionUserAgents, Port, ProxyName, ProxyPort, RedirectPort, RestrictedUserAgents, Server, SocketBuffer, Strategy, TcpNoDelay, ThreadPriority, URIEncoding, UseBodyEncodingForURI, UseIPVHosts, XpoweredBy

For the AJP connector there are less properties because some settings must then be configured in the IIS or Apache (like compression).

link

answered 15.07.2014 at 16:46

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

edited 16.07.2014 at 10:03

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×32
×27

Asked: 15.07.2014 at 16:39

Seen: 5,018 times

Last updated: 16.07.2014 at 10:03