掲示板

Deploying a theme as an exploded war (6.1.2 GA3)

10年前 に bob brinks によって更新されました。

Deploying a theme as an exploded war (6.1.2 GA3)

New Member 投稿: 10 参加年月日: 13/06/20 最新の投稿
I've been deploying portlets as exploded wars on my local development tomcat instance.
This saves me a lot of time developing (and the cost of purchasing jRebelemoticon) and it would be great if the same would work for themes.

I've tried the same method for themes that I used for portlets, placing the following XML in the Liferay deploy folder.


<context docBase="**theme-exploded-war-folder**" path="/**theme-name**" reloadable="true" />


This doesn't work and gives me the following output:

13:23:42,545 INFO  [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:215] Processing **theme-name**.xml


Does anyone know if this could be done and how?

Other details:
I use Intellij
I'm on Liferay 6.1.2 GA3 bundled with tomcat.
I'm using Maven with the liferay artifacts.