| Author |
reloadable option
|
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
Hi folks,
In tomcat, whenever class file added, the tomcat will reload it,if you set reloadable=true attribute in <context> right?
is there any option like this in websphere?
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
any update? and i am using websphere community edition 1.1
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
The lack of a response might indicate that there's no such option. Just kicking the can myself, I can't think of one that would tell WebSphere Application Servers to remove a running Java class file from memory, and replace it with a new one, without bouncing the application itself first.
In IRAD7.x, we just republish, but that usually causes the WebSphere test server environment to stop and start.
I'm happy to be proven wrong on this point though.
-Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: reloadable option
|
|
|