sona4ever
sona4ever
19-01-2019
Hi,
I am working on making certain code enhancements to .JSP file that have Java and HTML components. When I am making my changes directly in /libs, it is being displayed perfectly on the page. But, when I try to overlay this JSP by the usual technique, the code from the JSP is not being displayed at all. That means, neither the original /libs content nor the overlayed /apps content wherein I have made the changes.
FYI, I am working with DITA files and the DITA plugin is already installed. Does it need anything else to overlay? Please let me know if more info is needed.
Thanks in advance!
Sonakshi S.
Gaurav-Behl
MVP
Gaurav-Behl
MVP
19-01-2019
Could you check error logs for any possible error/warnings or syntax issues in jsp?
kautuk_sahni
Community Manager
kautuk_sahni
Community Manager
22-01-2019
These changes are not visible on the author or publish instance?
If it is a publish instance, are you sure that you are publishing the JSP again (this is not a page activation)?
Jörg_Hoh
Employee
Jörg_Hoh
Employee
22-01-2019
A simple overlay should suffice. Can you give the name of the package you would like to customize?
Jörg
smacdonald2008
smacdonald2008
22-01-2019
Make sure you are following all information specified here -- Overlays
cquser1
cquser1
22-01-2019
Hi,
At times we miss out on providing the entire path in overlayed file, "/libs/fmdita/components/dita/common/localization.jsp". Hope that is proper.
sona4ever
sona4ever
22-01-2019
Hi,
Thank you all for the replies.
Turns out that there was some server issue due to which my changes were not visible. I was struggling for 2 days to reflect my changes. Then, suddenly on the third morning, it started working! I didn't have to do anything extra for overlaying.
Thanks!
sona4ever
sona4ever
22-01-2019
Yes it was. Thanks
sona4ever
sona4ever
22-01-2019
Yes I was.
It's working now.
Thanks