Java™ Server Pages (JSP) .class files not in scratchdir directory
 Technote (FAQ)
 
Problem

JSP .class files are not saved in the scratchdir directory as specified by Deployment Descriptors or the default scratchdir set by WebSphere® Application Server for z/OS®. The default directory is config_root/temp/node_name/server_name/app_name/app_name.war . For Example,
/WebSphere/V5R0M0/AppServer/temp/SY1/server1/greeting/greeting.war

 
Cause
JSPs were PreCompiled, not compiled at runtime.
 
Solution
When a JSP is compiled at runtime, a .class file that represents the JSP is created and saved in the scratchdir directory. When a JSP is precompiled at deploy time, the .class file is not saved in the scratchdir.

Note: If you specify the preCompileJSPs Deployment Descriptor, this value is overridden if using the administrative console to deploy. It is overridden by the Pre-compile JSPs setting selected during deploy in the Step 1 :   Provide options to perform the installation window.

 
 


Document Information


Current web document: swg21173371.html
Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > JSP
Operating system(s): z/OS
Software version: 5.0
Software edition:
Reference #: 1173371
IBM Group: Software Group
Modified date: Jun 30, 2004