https://issues.apache.org/bugzilla/show_bug.cgi?id=49030
Summary: Processing of Tomcat Connector configuration can leave
some connectors uninitialized
Product: Tomcat 6
Version: 6.0.26
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
If the Server part of the Tomcat 6 configuration is beeing processed and there
are more connectory defined, it seems to be the fact the exceptions during the
connector initialization are not catched properly, so if there comes some
exception by the initialization of one connector (for example to try to
initialize the new connector for the same port like had the already initialized
connector), then no other connectors are processed and created (no one
listening port is allocated) even if such other connectors are defined
properly. It leads to the situation the connectory are then initialized
differently if the order of the connectors changes. It can be very confusing if
searching some error in the definitions. Together with the fact, the default
server.xml contains at least in some cases the invalid connector definition it
leads to serious confusion it searching the configuration problem...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]