« Back to General Discussion - All Versions

JARs with same name in different applications

Combination View Flat View Tree View
Threads [ Previous | Next ]
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
 
 

I think it will work fine as long as you put the jar file in application specific lib folder.

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.

Hi,
These are different application names ... but the jars have
the same name.
Project specific application lib folder did the
trick.
Thanks,
Brian