How to deploy an exploded web app through WebLogic 11g administrative console

weblogicweblogic11g

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!

Best Answer

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

Related Topic