When enabled, the pre-touch mechanism causes all JSPs to be compiled within the Web module for which they are configured. You can also configure some or all JSPs to be classloaded and JIT-compiled. To enable the pre-touch mechanism, use the Application Server Toolkit (AST) to specify the following JSP attributes, which are Assembly Property Extensions for your Web module:
Note: JSP compilation is different from JIT compilation. JSP compilation generates bytecodes, whereas JIT translates the bytecodes into machine code at run time.