Hi,
I created a portal module. It contains a controller. I added hot deploy conf for portal module. After server started, I change the controller then I saw the this output.
[12:07:35.809] Hot deploy: modules\portal\src\com\cuba\samplepack\portal\controllers\AssetsController.java -> deploy\tomcat\conf\app
When I check the deploy directory, the controller java file copied to tomcat directory. But I request to controller again it works with old contoller file. New state of controller class not deploy in tomcat. What am I doing wrong? Thank you.