liferay - Modify custom portlet jsp -


i new liefray. want change custom portlet jsps in liferay. don't have war files of these portlets, files webapps folder. how can this? can't find information regarding simple question.

you don't find information on topic because it's considered bad practice modify on stage. while it's possible change jsps (and package war file webapps directory), you'll create maintenance mess. , want change java code, don't have source code well.

do favor , reconstruct proper development environment, put portlets under source control , deploy them properly.

from use of "webapps" i'm assuming you're on tomcat. unless tomcat configured ignore changed jsps, can (technically) go in , change jsp. if you'd in system maintain, you'd loose access server systems doing so. system maintained: go through way plugin has been installed in first place. go vendor , ask them source version.

or, if there no source code, hold of original war file , @ least use documented technique of creating plugin extend plugin.


Comments