This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.
There are multiple application servers that allow users to deploy plugins via an administration console of some sort. This is helpful for many applications, especially in a cluster, but with Liferay plugins an extra step must be taken to ensure proper deployment.
Resolution
JBoss (or any application server that uses an administration console)
- Note the deployments directory (where the expanded war files will be stored)
auto.deploy.enabled=true
auto.deploy.unpack.war=false
auto.deploy.jboss.dest.dir=[For JBoss, the destination directory for the repackaged .war file]