Dewayne McNair wrote:
> 
> > 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?

Yes, that seems the way to go.  That is, recreating a class that would
be a mix of what we need in org.apache.tomcat.startup.Tomcat and
EmbededTomcat.

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

I am not an expert, but I don't see the difference between using
EmbededTomcat and using Context directly.

Sebastien

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


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

Reply via email to