Has anybody tried updating a EJB while its still deployed...the only way to do so is thru the deploy command...and apparently it doesn't work for me.
I changed the implementation of my HelloBean.java and re-compiled it.
Any suggestions????
Thanks
Regards
Narayan
-
Weblogic 5.1 Server - Hot Deployment(Updating) (1 messages)
- Posted by: Narayan Iyer
- Posted on: July 25 2000 11:11 EDT
Threaded Messages (1)
- Weblogic 5.1 Server - Hot Deployment(Updating) by Mike Sprague on July 28 2000 02:17 EDT
-
Weblogic 5.1 Server - Hot Deployment(Updating)[ Go to top ]
- Posted by: Mike Sprague
- Posted on: July 28 2000 02:17 EDT
- in response to Narayan Iyer
Are you trying this using the console? You should see
Distributed objects -> EJB -> Deployment units -> c:/beans/hellobean.jar
Hightlight the .jar and in the right hand panel, you should
get two tabs, properties and commands, Under commands
there are two buttons, redeploy and undeploy.
They work for me.