Hi all,
I'm currently developing web-services for some IDL applications. To do so, I'm using IDL's (java) bridge technology. Besides, I store the IDL files to which these web-services provide access at a separate location, which has been added to the IDL_PATH. So far so good.
A disadvantage of this approach, however, is that I can't package one .war file that contains the class files of the web-service as well as the IDL files that will get accessed through this service. Instead, I first need to manually copy these IDL files to the IDL_PATH location before I can deploy my war files on the application server.
So my question is pretty simple. Is there a way to package java class files and IDL files together in a single war file, and locate these IDL files from within the bridging java files using a relative path definition (so without the need to adjust the IDL_PATH)?
Thanks in advance,
Nico Janssens.
|