Can a web panel (already deployed) be changed in tomcat for it but with some improvements?

3

Hi, I'm working with Genexus Salto and I have an application already in production that I developed last year with GxEvo3 update 3. It's somewhat complex, it has mobile integration, GAM, among some other things.
What happens is that I changed a web panel object (in the environment that I have now) and I want to upload only that object if the need to deploy the whole application.
When I upload the .class, .js and some other files (which I see are regenerated by touching the web panel on the kb) to the production environment and try to see the web panel is not displayed, it does not do anything. It does not log a tomcat error, it only shows on the screen a symbol of?.

Has anyone done this that I try to do before?

Thanks

    
asked by Mathías Robinson 20.06.2016 в 01:25
source

1 answer

0

Mathias,

I think that in java, if the application has deploy by .war, you can not update it only .class and .js, the tomcat replaces the ones it has inside the .war.

I have not worked with java for a long time, but there is a way to make the tomcat not do automatic deploy.

I hope it works ...

    
answered by 14.07.2016 / 22:33
source