> This is correct, there is not much in
> org.apache.tomcat.startup.EmbededTomcat, and that's why I didn't do
> anything for connectors when I rewrote the EmbeddedTomcat service. You
> can probably take code from org.apache.tomcat.startup.Tomcat though.

It seems adding connectors won't be possible without modifying
org.apache.tomcat.startup.EmbededTomcat.  Given the likelihood of not
getting the changes rolled back into the official Tomcat distribution (for
at least some time period), what would be the implications of re-creating
EmbededTomcat as org.jboss.tomcat.EmbededTomcat, making the changes we need
there, and modifying org.jboss.tomcat.EmbeddedTomcatService to use our
EmbededTomcat instead of the Apache one?

Seems like the path of least resistance... if there are no licensing issues,
that is.

-- Dewayne



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to