How can I deploy an exploded web app through WebLogic 11g administrative console?

放肆的年华 提交于 2019-12-06 13:32:02

http://download.oracle.com/docs/cd/E13222_01/wls/docs81/deployment/overview.html

"WebLogic Server supports deployments that are packaged either as archive files using the jar utility, or as exploded archive directories".

The link http://download.oracle.com/docs/cd/E13222_01/wls/docs81/deployment/overview.html is for version 8.1. In newer versions this option does not exist in the admin console (production mode).

The only way is if you somehow access the operating system, or ask somebody to, unzip the war file in some place and then install from that directory (through admin console). You can also upload the war using admin console, and then in the uploaded directory ask to whom as access to SO to unzip it in that place.

You can also try some ninja stuff like: upload the war that you want to expand. Then make another war that contains code that unzips the war you want to expand.

Anusha

To solve your problem in weblogic11gR1,In admin console in configuration tab -->web-App container click the option "Archived Real path enabled" so that you can access the servletcontext.getRealpath().

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!