Foros de discusión

Can't modifiy view.jsp ,help me

Tung Ha, modificado hace 12 años.

Can't modifiy view.jsp ,help me

New Member Mensajes: 11 Fecha de incorporación: 22/10/11 Mensajes recientes
I'm using liferay IDE for create new portlet, exam "student" portlet
then I type "ant deploy" to deploy it to liferay, and the new portlet display the following line
"This is the Student portlet. "
I open view.jsp in notepad++ and add more "Hello you, Have a nice day";
and type ant deploy in cmd once again, but notthing is change?
Can you expain for me? I'm newbie, thank alot
thumbnail
Sagar A Vyas, modificado hace 12 años.

RE: Can't modifiy view.jsp ,help me

Liferay Master Mensajes: 679 Fecha de incorporación: 17/04/09 Mensajes recientes
Hi Tunga,

It seems your jsp is not getting reflected on webapps.

I will suggest two things here.

1) If you are using IDE then you can deploy it from IDE only.
2) Do ant clean and then do ant deploy
3) If though it is not getting reflected you can stop server and just delete temp and work folder from tomcat and remove application from webapps and redeploy your application.

Hope this help emoticon

Thanks,
Sagar Vyas
Tung Ha, modificado hace 12 años.

RE: Can't modifiy view.jsp ,help me

New Member Mensajes: 11 Fecha de incorporación: 22/10/11 Mensajes recientes
Ok,I get it,Thank alot