File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes reloadable option Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "reloadable option" Watch "reloadable option" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: reloadable option
 
Similar Threads
How to avoid restarting server each time some change in file being made
Do I need to restart TOMCAT???????
Are we gonna stop/start the server forever?
Changing servlet requires Tomcat restart
not able to update class files in servlets, help pls