Undeploying Apps Running JDev 11g WLS
Posted
by Christian David Straub
on Oracle Blogs
See other posts from Oracle Blogs
or by Christian David Straub
Published on Wed, 31 Mar 2010 21:49:51 +0000
Indexed on
2010/03/31
22:13 UTC
Read the original article
Hit count: 541
I was running my application in JDeveloper when I noticed
log messages in the console for a different application, let's call it OldApp.
I stopped and started the my application server, the WLS server, re-ran my
application, and still I'd see messages for OldApp. I shut down JDeveloper,
restarted, and still when I ran my application, I'd see the OldApp's messages
Well, it turns out that at some point in time the OldApp
was not properly undeployed. To really stop OldApp, I had to:
Go to http://127.0.0.1:7101/console.
This deployed the console app where you configure WLS. By
default the login credentials are:
username: weblogic
password: weblogic1
I clicked on Deployments and I saw that OldApp was still
running. I selected the checkbox next to OldApp and clicked on the Stop ->
Force Stop Now. Now when I run my
application, I do not see the OldApp log messages.
© Oracle Blogs or respective owner