Hello, While configuring tomcat can I do the following in the server.xml?
In the current server.xml the following is present : >> snipped from server.xml <!-- Define a non-SSL Coyote HTTP/1.1 Connector on the port specified during installation --> <Connector port="5004" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true" /> <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> <Connector port="8009" enableLookups="false" redirectPort="8443" debug="0" protocol="AJP/1.3" /> >> end snippet Can I merge them together in one Connector tag like following? <Connector port="5004" maxThreads="150" protocol="AJP/1.3" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" disableUploadTimeout="true" /> We are using tomcat version 5.0.28 Thanks, Rumpa Giri --------------------------------- Celebrate Earth Day everyday! Discover 10 things you can do to help slow climate change. Yahoo! Earth Day