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

wsb3383 picture wsb3383 · Jun 21, 2011 · Viewed 13.2k times · Source

I need to deploy a web applicataion as an exploded archive (instead of .war) due to some legacy servlet path location code used in it (ServletContext.getRealPath()). I only have web-based admin console access to the WebLogic 11g server that I intend to deploy to. However, I can't figure how to do it. I see an option for deploying archives, but not directories.

Thanks!

Answer

Cris picture Cris · Jun 21, 2011

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".