JSP class file generation


 

+

Search Tips   |   Advanced Search

 

At runtime, the JSP engine loads class files from either...

Generating class files into WEB-INF/classes allows you to deploy the Web module as a self-contained WAR file, or a WAR file inside an EAR file.

The batch compiler enables the generation of class files into any directory on the filesystem, outside of the target application.

  ear.path or war.path enterpriseApp.name
compileToDir not supplied
compileToWebInf not supplied or true
WEB-INF/classes WEB-INF/classes
compileToDir not supplied
compileToWebInf is false
WEB-INF/classes $WP_PROFILE/temp
compileToDir is supplied
compileToWebInf not supplied or either true or false
compileToDir compileToDir





 

Related tasks

Set JSP engine parameters

 

Related

JSPs runtime reloading settings