| Author |
EJBs and dynamic deployment
|
Anand Gondhiya
Ranch Hand
Joined: Feb 24, 2004
Posts: 155
|
|
Hi All, I use WebLogic 8 ,Win2000,Struts,JSP. If I make changes to my Enterprise Java Bean files , I do following: - Stop the Weblogic - Compile and Build - Make Jar - Deploy the Jar - Restart the Weblogic How do I avoid all these steps. i.e I want to do something so that "making changes" won't make me do all this over and over. Thanks -Anand.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
You could just deploy the chnaged ejb jar file without restarting. In order to do so enable hot deployment.
|
Groovy
|
 |
 |
|
|
subject: EJBs and dynamic deployment
|
|
|