Author Message
Anders_Nilsson
Joined: May 20, 2019
Messages: 23
Offline
Hi,

Sometimes when I copy an application the old apps jar file ends up in WEB-INF/lib which is really annoying, because when I deploy the new application it is actually the old application that starts (without changes). In the attached example I have copied SE_xxxyyy_170 to SE_xxxyyy_171

Is there something I can do to prevent this from happening? I haven't been able to figure out when this happens, it is not every time but annoyingly often... :-)

Best regards

Anders
  • [Thumb - webinf_example.png]
[Disk] Download
PhamTuan
Joined: Mar 15, 2016
Messages: 24
Offline
Can you please describe your scenario in detail?
Anders_Nilsson
Joined: May 20, 2019
Messages: 23
Offline
I right click on an app, let's say it is called APP_v1, and choose copy/paste as APP_v2.

Then APP_v1.jar ends up in the folder APP_v2/WEB-INF/lib, and if I try to deploy and run APP_v2 it starts APP_v1 since that (previous) app is in web-inf. (and to correct this I have to delete APP_v1.jar from APP_v2/WEB-INF/lib).
Go to:   
Mobile view