Im using MyEclipse with Weblogic 8.1. I’ve specified my BEA Home Directory as: C:\bea and my Weblogic Installation directory as: C:\bea\weblogic811. My web application resides under a separate directory structure with a root at c:\svn\myapp When I attempt to start the application under MyEclipse I get this error message: Enter username to boot WebLogic server:. I’ve specified the correct admin user name and password. If I set the Execution Domain Root to the location of the application I get an error saying the config.xml cannot be found at c:\svn\myapp. When I copy the config.xml from c:\bea\weblogic811\bin to c:\svn\myapp I get the error: Exception raised: ‘weblogic.management.configuration.ConfigurationException: DomainName provided (myWebApp) does not matchDomain name (mydomain) in config.xml’
Any help would be appreciated. Thanks, Joe