You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Eric Blenkush <bl...@ccs.neu.edu> on 2001/09/15 06:39:10 UTC

Embedded Tomcat

Hi,

I am going to use tomcat in my java app but I only need a very limited set
of features. Specifically I dont need any server/networking stuff. All I
want to do is give tomact a JSP and get the output of its execution. Should
I use the Embedded class or since I dont need alot of features is there a
more efficient way to do this?

Thanks,
Eric Blenkush