Thanks Stuart and Christopher for your reply.

I turned the log level to verbose and found out that the web.xml file was
not available and so the parsing was not completing. After fixing this
issue, I am able to convert the JSP with tag libs into a servlet.

Sunitha


On Fri, Mar 21, 2014 at 10:04 AM, Stuart Thiel <stuart.th...@gmail.com>wrote:

> It's done just the same. You can even pull the Java out of tomcat when
> using it... you just won't like the results. Lots of reflection last
> time I checked.
>
> To be clear, JSPs run as plain servlets.
>
> On Fri, Mar 21, 2014 at 9:28 AM, Sunitha Thummala
> <sunithatumm...@gmail.com> 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 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
>
>
>
> --
> Stuart Thiel, P. Eng.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: taglibs-user-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: taglibs-user-h...@tomcat.apache.org
>
>


-- 
Thanks,
Sunitha

Reply via email to