2012/3/1 MOYER, TODD <tm4...@att.com>:
> In our Tomcat 7.0.16 installation (on RedHat Linux 4 with Spring) the 
> protocol handler name has double quotes.  For example:  INFO: Initializing 
> ProtocolHandler ["http-bio-8080"]
>
> I can see with an Mbean dump that the quotes are part of the name.
>
> Can anyone explain if quotes being part of the name is always/usually true in 
> version 7 of Tomcat?
>
> If so, was this a mistake or done intentionally?  Why?

1. Check with a recent 7.0.x.
Last summer there was some work to remove unneeded quotes in the
middle of the names. Especially from the names of threads created for
connectors.

2. Quotes around many bean names are intentional. E.g. connector name
can have IP address in it. The IPv6 address cannot be used in a name
unless the name is quoted, because of ":" symbol.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to