0

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?

Community
  • 1
  • 1
tuxian
  • 159
  • 5
  • 12

1 Answers1

0

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

Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136
  • Yes. I always used to hot deploy my files(class files) for testing purposes. The one in which you told, the 6th point finally mentioned that we need to restart the server. I am new to java environment. I couldn't understand the things that are mentioned in that page. Could you please tell me in simple manner to understand that or to fix my issue? Thanks in advance – tuxian Jun 24 '13 at 09:31