Changing the JSP temp directory using AAT
- Open the AAT.
- Expand the webModule.
- Expand Assembly Property Extensions.
- Right-click JSP Attributes, then click New.
- Type scratchdir for name and the target directory for
value.
- Click Apply.
- Save the webModule.
Changing the JSP temp directory using manual edit of ibm-web-ext.xmi
file
- Open the ibm-web-ext.xmi file, which is located in the WEB-INF
directory of the webModule.
- In WebSphere® Application Server V4.0, open this file from
the WebSphere\AppServer\installedApps directory.
- In V5.0, open this file from the
WebSphere\AppServer\config\cells\node_name\applications
directory
- Add the following tag before the closing
</webappext:WebAppExtension> tag:
<jspAttributes xmi:id="JSPAttribute_1" name="scratchdir"
value="D:\MyScratchDirectory"/>
- Stop and restart the webModule for the changes to take effect.
|