there are many ways of doing it,
one is 100% embedded, where you create all the components programmatically,
another one is to distribute a regular tomcat,
and you can use a hybrid model
Filip
Frank Neslon wrote:
Hello,
So I had the idea that I would like to deploy my application with Tomcat
'b
Well I guess that answers my question. Jetty it is.
On 5/9/08, Frank Neslon <[EMAIL PROTECTED]> wrote:
>
> Hello,
> So I had the idea that I would like to deploy my application with Tomcat
> 'built in'. The goal is to just consolodate everything into one spot
> instead of scattering components a
Hello,
So I had the idea that I would like to deploy my application with Tomcat
'built in'. The goal is to just consolodate everything into one spot
instead of scattering components all over the system. I keep reading about
how Tomcat is 'embeddable', but I'm just not understanding something. I