Specify the compilation exclusion list file as shown below:
# comment
path-of-JSP-file-to-be-excluded-from-compilation1
path-of-JSP-file-to-be-excluded-from-compilation2
...
Any storage location and filename is possible. You can use the following characters in the file name:
Alphanumeric characters, underscore (_), or period (.)
This file specifies the paths of the JSP files to be excluded from compilation when you use a command to execute JSP pre-compilation.
By using the -excludelist option of the cjjspc command to specify the compilation exclusion list file, you can exclude the compilation of the JSP files coded in the compilation exclusion list file. For details about the cjjspc command, see cjjspc (JSP precompile) in the manual uCosminexus Application Server Command Reference Guide.
/jsp/title.jsp
/jsp/pieces/pageA.jsp
/jsp/pieces/*
/jsp/pieces/*.jsp
# JSP Fragment
/jsp/pieces/pageA.jsp