facebook

Tomcat JSP pre-compilation?

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239920 Reply

    Does MyEclipse support any form of jsp pre-compilation so my container doesn’t have to do it?

    #239926 Reply

    Scott Anderson
    Participant

    No, we don’t because we allow you to deploy in exploded format to many servers simultaneously and each server has a custom compiler for JSPs. So, each server will compile the JSPs using their own custom compiler at deployment, as you’ve seen. Our compilation allows in the workbench allows you to validate the file without the server running so you don’t get runtime exceptions at first usage, but the compiled output is not usable by the server directly.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Tomcat JSP pre-compilation?

You must be logged in to post in the forum log in