I have been trying to deploy my Java Servlet on Oracle weblogic 11g, but getting this exception, when I try to start it after deploying my war.
weblogic.management.ManagementException: [Deployer:149001]No application named 'XXXX' exists for operation start.
Please suggest what am I missing.
I also faced the same issue while deploying application through weblogic console. I did the following steps:
It worked!