Hello,
I have a hard time understanding how does my java app is updated on HCP.
And this is not the first time I stuck with this issue.
Use case:
1. I write some servlet, upload it to HCP. It works fine.
2. In Eclipse I set server's "Publishing" option to "delta deploy".
3. I add a new servlet and a couple of classes. No changes to the first servlet are done. Upload the update.
Log says the app is uploaded successful: "Deployment of file with path [/usr/sap/ljs/./pickup/<app_name>.war] is successful"
4. Now the original servlet doesn't work (or sometimes the newly uploaded servlets don't work).
The question is if there is some kind of "cache" on HCP where the app is stored?
How do I clean it?
If there is no "cache", how do I solve the issue?
Regards,
Yuri.