This document was generated from CDN thread
Created by: Brian McCormick on 14-01-2010 04:50:43 PM
Hi,
Is it possible to have 2 applications with 2 different JAR files with the same name if I place them in the application\lib folder?
Basically these will call a webservice, but the URL hardcoded will be different in each jar. Both applications will be running on the same vxml server.
Brian
Subject: RE: JARs with same name in different applications
Replied by: Ravindra Bandaru on 26-01-2010 09:22:45 PM
I think it will work fine as long as you put the jar file in application specific lib folder.
Subject: RE: JARs with same name in different applications
Replied by: Ranjana Narayan on 27-01-2010 07:16:38 AM
Hi Brian,
You mean to place 2 applications with the same name on the same vxml server? You cannot.
If I have read the question wrong, please let me know.
Hth,
Ranjana.
Subject: RE: JARs with same name in different applications
Replied by: Brian McCormick on 04-02-2010 10:21:25 AM
Hi,
These are different application names ... but the jars have
the same name.
Project specific application lib folder did the
trick.
Thanks,
Brian