IntelliJ Java IDE
The moose likes BEA/Weblogic and the fly likes Undeployment of Web App, EJB etc. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Undeployment of Web App, EJB etc." Watch "Undeployment of Web App, EJB etc." New topic
Author

Undeployment of Web App, EJB etc.

Richard Pamatmat
Greenhorn

Joined: Mar 28, 2001
Posts: 12

I'm having problem with undeployment of Web App.
In the console I just uncheck the deploy checkbox to undeploy the Web Application. But I want it out on the Application List on the Weblogic console, so I tried to use the "java weblogic.deploy undeploy ..." command to undeploy the application. But my Web App is still in the Applicatino List on the Weblogic console. So I resorted to manually editing the config.xml in the domain server Im working with just to get remove the application from my Application List in Weblogic console...
Why is this so?? Did BEA forget to make an undeploy/remove facility??
Please help me
Wasabe King
rashid g
Greenhorn

Joined: Jul 20, 2001
Posts: 25
Hi Richard
I also faced the same problem. I deployed one web application, but when I undeployed it from the console by unchecking the deploy button and removing it completely from the application directory and I restarted my server again it displays that web application on the console though it was not deployed. So I have to manually edit the config.xml file to delete it from there.
Thanks
Joe McGuire
Ranch Hand

Joined: Mar 19, 2001
Posts: 293
I've noticed that little bug as well. The web app info in the config.xml file isn't getting updated, and I have to go in and edit manually.
 
 
subject: Undeployment of Web App, EJB etc.
 
Threads others viewed
Check this out!
undeploying bean in weblogic 6
Messy undeployment
How to Deploy webapplications(JSP) on weblogic server
Undeploying web application does not stop the running process
IntelliJ Java IDE