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
posted
0
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
posted
0
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.