Fórum

How to debug Liferay application server.

Anil Kumar, modificado 11 Anos atrás.

How to debug Liferay application server.

New Member Postagens: 14 Data de Entrada: 24/06/12 Postagens Recentes
Hi All,

How to debug Liferay application server.

I am using LIferay6.1.0 ce and eclipse helios IDE.

Tried with the help of this "How+to+debug+Liferay+server+with+Eclipse" pdf, but was not able to debug.

I am able to debug sample java code.

Need help in debugging Liferay code. Plz share links/pdf.

Thanks
Anil Kumar
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: How to debug Liferay application server.

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Hi Anil,

Best and simple way to start server in debug mode is to use JPDA.
you can start tomcat server using command : D:\Liferay_New\tomcat\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\bin>catalina.bat jpda start
And can set your eclipse in debug mode from Windows >> Preferences >> Remote System
You can also refere this links http://wiki.apache.org/tomcat/FAQ/Developing

HTH,
Jignesh