Fórum

Liferay : providing tomcat path to build.username.properties

Ravi Kiran, modificado 11 Anos atrás.

Liferay : providing tomcat path to build.username.properties

Junior Member Postagens: 98 Data de Entrada: 12/12/11 Postagens Recentes
I am using windows 7 Operating System . I have downloaded tomcat bundle and unzipped it inside the

D:\LiferayJulyServer\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23

so inside the build.username.properties file inside life ray plug in SDK

app.server.type=tomcat
app.server.dir=${project.dir}/../bundles/tomcat-6.0.26
app.server.deploy.dir=${app.server.dir}/webapps
app.server.lib.global.dir=${app.server.dir}/lib/ext
app.server.portal.dir=${app.server.dir}/webapps/ROOT

So my question is , can i provide the absolute path of tomcat this way

app.server.dir=D:\LiferayJulyServer\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23

Or please tell me if this is not the way to do it ??

Thanks in advance .
thumbnail
Tejas Kanani, modificado 11 Anos atrás.

RE: Liferay : providing tomcat path to build.username.properties

Liferay Master Postagens: 654 Data de Entrada: 06/01/09 Postagens Recentes
Hi Ravi Kiran,

You are going in right way. That is the way we should give app.server.dir.

For more details, go through below link.
Installing the SDK

One of the line from above link documentatation is,

In the case that you are using Liferay Portal bundled with Tomcat, app.server.dir should be the absolute path to your directory (e.g. c:/liferay-portal-[version]/bundles/tomcat-[tomcat-version]).


Thanks,
TK