weblogic发布
在? myeclipse中 部署工程到weblogic没有反应
?
检查? bea下?
?
?
C:\bea\user_projects\domains\X\config??? X 为你的bea发布所在目录
?
在? config.XML? 中 检查应用,如果未添加进来
?
则手动添加
?
?
<app-deployment>
??? <name>hrInterface</name>
??? <target>AdminServer</target>
??? <module-type>war</module-type>
??? <source-path>D:\hrInter\WebRoot\hrInte</source-path>
??? <security-dd-model>DDOnly</security-dd-model>
? </app-deployment>
?
?
?