The following link in the WebSphere Application Server
V4.0 Information Center explains passivation for application specific
stateful session beans.
http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/06060400.html
By default there is no way to change the directory for the Administrative
Server.
APAR PQ62586 was created for WebSphere Application Server V4.0
(APAR PQ53566 was created for WebSphere Application Server V3.5).
The fix is included in the latest PTF of WebSphere Application Server
V4.0. To configure the passivation directory in the Administrative Server,
add the following line to the admin.config file:
com.ibm.ejs.sm.adminserver.containerStatefulBeanPassivationDir=<directory_name>
|