找到config.xml,在<domain>和</domain>之间插入:

  <app-deployment>
    
<name>_appsdir_website_dir</name>
    
<target>AdminServer</target>
    
<module-type>war</module-type>
    
<source-path>autodeploy\website</source-path>
    
<security-dd-model>DDOnly</security-dd-model>
    
<staging-mode>nostage</staging-mode>
  
</app-deployment>

 

我的WebLogic9.2安装在C:\bea,域名称为base_domain,在C:\Program Files\bea\user_projects\domains\base_domain\autodeploy文件夹建立一个文件夹,这里的例子为website,重新启动WebLogic,网站就应该可以在浏览器访问了。

相关文章:

  • 2021-11-21
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2022-01-25
  • 2021-11-02
  • 2021-11-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案