convert a JSP with tag libraries into a plain servlet using JspC class

Sunitha Thummala <[email protected]> Fri, 21 Mar 2014 09:28:51 -0400
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <CADr_nTV-sYhY-Ag1cZVND1MzgZnnCffZtFx6iTv2tH8iDhO11g@mail.gmail.com>
Hello everyone,

I have a requirement where I need to convert a JSP with tag libraries into
a plain servlet. I know the JspC class in Tomcat does conversion of a plain
JSP into a servlet.

Im trying to figure out how to convert the JSP WITH tag libs into a servlet
as well.

Any help appreciated.

Thank you for your time!

Sunitha