Liferay projects building in wrong deploy folder -


working liferay , portlets last 3 weeks.

i downloaded bundled liferay server , placed on local drive. did set , able access localhost:8080 properly.

i created custom portlets , when build them in eclipse war files getting deployed in path c:/liferay/deploy.

now, changed server location, wanted have server in d:/ drive. when did transition, started tomcat server d:/liferay/tomcat/bin/startup.bat , build project, war files still building in c:/ drive.

when copy war file manually c:/liferay/deploy d:/liferay/deploy gets deployed successfully. want war file created directly in d:/liferay/deploy folder. can me understand changes need here?

if using liferay plugin sdk there file named

build.<userid>.properties

in plugin sdk.change below properties per new configuration , give try

app.server.portal.dir app.server.lib.portal.dir app.server.lib.global.dir  app.server.deploy.dir auto.deploy.dir 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -