留言板

How to debug jsp on Liferay 7

Robert Meissner,修改在7 年前。

How to debug jsp on Liferay 7

Junior Member 帖子: 76 加入日期: 15-2-26 最近的帖子
Hi,

i am using Liferay 7 and have deployed my web-portlet. I get a NullPointerException on my JSP site at org.apache.jsp.bla.edit_005fblubb_jsp._jspService(edit_005fblubb_jsp:856)

But when i look into my bundles/work/de.my.portlet-1.0.1 i can see only the *.class files. Only way would be to decompile, but that makes no much sense. In the bundles/osgi/modules folder are the *.jars in which the jsps are not compiled. Where can i find my edit_005fblubb_jsp.java?

Thanks in advance.
thumbnail
David Zhang,修改在6 年前。

RE: How to debug jsp on Liferay 7

New Member 帖子: 5 加入日期: 14-3-13 最近的帖子
Please have a look at the folder "WORK" under the server folder. there will be a folder named by your module.
Robert Meissner,修改在6 年前。

RE: How to debug jsp on Liferay 7

Junior Member 帖子: 76 加入日期: 15-2-26 最近的帖子
David Zhang:
Please have a look at the folder "WORK" under the server folder. there will be a folder named by your module.


The folder has only *.class files, as i already stated and they are not human readable. Is there a possibility to compile with *.java files?