I use Single Copy XPage Design, with all my business logic written as Java in files in WebContent \ WEB-INF.
If I need to make changes to XPage or Custom Control, I can update my template, update the design, and immediately receive the changes.
However, if I want to make changes to the Java code, everything seems to be cached, and the only method I found to pick up the changes is to restart the http task.
So far I have tried:
- SCXD Database Design Update
- replacement of SCXD database design
- scxd database cleanup
- editing faces-config (both in the template and in the SCXD database)
- delete .class files for compiled Java code in the SCXD database and restore
- issuing the command "report HTTP xsp refresh" to the server
- replacing the SCXD database with a new copy
- replacement of database design pointing to SCXD database
There seems to be nothing that could take web pages to modify Java code other than restarting the http task.
Is there something I missed?
xpages
Paul Stephen Withers
source share