Re: covert a JSP with tag libs into a servlet using JspC class in apache tomcat

2014-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sunitha, On 3/21/14, 8:49 AM, Sunitha Thummala wrote: > 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 servle

covert a JSP with tag libs into a servlet using JspC class in apache tomcat

2014-03-21 Thread Sunitha Thummala
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. T