Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 weblogic 9.2 和 myeclipse6.0.1。我能够通过 myeclipse 部署项目,但无法在 weblogic 控制台中看到(在部署内部)。
项目在 myeclipse.as 中部署和运行服务器。项目能够在 weblogic 域 autodeploy 文件夹中看到。但在 weblogic 控制台内部什么也没有。
这里有什么问题 ?
不久前,我对 glassfish 也有类似的问题。您的问题可能是 myEclipse 已经定义了自己的 weblogic 应用程序服务器,并且没有使用您机器上的那个。要更改设置并设置您的默认 weblogic 服务器,请转到 Window->Preferences->MyEclipse->Servers->WebLogic->WebLogic9.x 并指定您的安装目录和您需要的任何其他设置。