Author Message
VasilyL
Joined: Jul 11, 2016
Messages: 230
Offline
Hi Gurus!

I have quite easy question.

I've inherited quite old IVR project.

At Export time I have the following warning: "You have multiple copies of the runtime jar in your project WEB-INF/lib directory... this will likely cause a problem..."

It is easy to check WEB-INF/lib directory, and what I see:
-rw-r--r--. 1 sroot root 416145 May 12 18:39 scert-07.00.18.p2.jar
-rw-r--r--. 1 sroot root 213207 May 12 18:39 scertcommon-07.00.18.01.jar

I have a feeling that somewhere at 7.x it was a "re-branding" and scertcommon was renamed to scert. Is it true?

Or it is completely different libraries?
Which one is a "newer" one?

Thanks in advance!
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
The scertcommon<version>.jar should never be in the WEB-INF/lib directory. It belongs to the Tomcat/lib directory and to be shared with other OD apps. and there should be only one version there.
VasilyL
Joined: Jul 11, 2016
Messages: 230
Offline
Ok, I see...
So, I need to move scertcommon to tomcat lib folder and change classpath of the project.

Thanks!
Go to:   
Mobile view