0
votes

I'm using multiple EAR's in WAS7 server. For each and every changes in my class file I need to bounce the server. Is there any way to reflect my code chages without bouncing the WAS7 server? I looked into the thread Best to way to re-load java classes without WebSphere re-start?. But I not clear about that tutorial. Can somebody help me to do this?

1

1 Answers

0
votes

I believe you are looking for Hot deployment and dynamic reloading of applications on websphere. Here is the documentation that should guide to achieve that:

Websphere Hot deployment and dynamic reloading