掲示板

How to debug jsp on Liferay 7

7年前 に Robert Meissner によって更新されました。

How to debug jsp on Liferay 7

Junior Member 投稿: 76 参加年月日: 15/02/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
6年前 に David Zhang によって更新されました。

RE: How to debug jsp on Liferay 7

New Member 投稿: 5 参加年月日: 14/03/13 最新の投稿
Please have a look at the folder "WORK" under the server folder. there will be a folder named by your module.
6年前 に Robert Meissner によって更新されました。

RE: How to debug jsp on Liferay 7

Junior Member 投稿: 76 参加年月日: 15/02/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?