Can Tomcat handle servlet compilation? I don't see why it can't, given that it is able to compile JSPs on the fly. Is there anyone that is doing this compilation successfully?
I think you have to compile servlet yourself. I consider JSP is
high level. Tomcat will do all the things in JSP in its way.
For Java servlet, you can tell tomcat what to do exactly. You can even output control character if you want. Therefore, I think servlet do not compile like jsp.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.