Fórum

Deployement

David Gitonga, modificado 10 Anos atrás.

Deployement

Junior Member Postagens: 63 Data de Entrada: 26/07/13 Postagens Recentes
When i run ant target deploy from eclipse everything is running well no errors but the server doesn't deploy. its just remain like that. no error or log anything, what cud be the problem.
the project is working well in another computer.

auto deploy is not working as well.

please if you have idea share with me.

am musing tomcat 6.029
thumbnail
David H Nebinger, modificado 10 Anos atrás.

RE: Deployement

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
If I had to guess, I'd say that you don't have your "build.username.properties" file defined correctly. When deploy occurs, it looks for the "deploy" directory and copies the artifact there. Liferay is configured to auto deploy from this directory.

If, however, your artifact goes somewhere else or you've configured Liferay to look somewhere else, the artifacts will not get deployed.
David Gitonga, modificado 10 Anos atrás.

RE: Deployement

Junior Member Postagens: 63 Data de Entrada: 26/07/13 Postagens Recentes
Thank you for quick reply, and now its working though i have another problem.
When i make a small change in my jsp page i have to redeploy the whole application since changes are not automatically reflected.
thumbnail
David H Nebinger, modificado 10 Anos atrás.

RE: Deployement

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Changes to the jsp files are only in the project folder itself; it's not a live JSP. you'd have to deploy to keep it in sync.