|
Problem |
How to set Keepgenerated for Java™ sever pages (JSP™) and
set other attributes. |
|
Solution |
The keepgenerated and other attributes for JSPs are
now set as Deployment Descriptors.
Using WebSphere® Studio Application Developer (WSAD), add them from the
Extensions tab and place in JSP Attributes. Set a scratchdir attribute to
specify where the JSP generated files are saved. The default is to save it
in the WAS_installroot/temp.
Example:
/WebSphere/V5R0M0/AppServer/temp/SY1/server1/greeting2/greeting.war:>ls
_greeting.class _greeting.java
Refer to the Information Center for the JavaServer Pages attribute
assembly settings.
http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.zseries.doc/info/zseries/ae/uweb_rjatt.html |
|
|
|
|
|
|