I have a theme.war file, which I’ve placed in the server/tomcat/tomcat6/webapps of liferay folder. When I start the tomcat server this war files create a theme folder. Now to deploy it what should i do?
I have a theme.war file, which I’ve placed in the server/tomcat/tomcat6/webapps of liferay folder.
Share
if you deployed from a bundle (and assuming the bundle’s base directory is
LIFERAY) there should be aLIFERAY/deploydirectory next to theLIFERAY/tomcat6directory. To deploy plugins to the Liferay portal server you should drop the WAR file in thisdeploydirectory, not in thewebapps. Plugins include portlet applications, themes, layouts, hooks and extensions.