java - redeployment of ear file on application server undergoes server restart or not -


i have application server , deploy ear file. if changes on jsp, automatically takes changes , see activity on console (i using eclipse) , changes reflected. question is, when above change, app server listening changes , doing redeployment. during process server stopped , started again server ?

i read when application redeployed multiple times, converts small leakage big leakage looks not undergoing stop/start.

server redeploys ear, , not restart itself.


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -