Hi
We are integrating a third party java application with orion but both of
them will be running on the same VM. As per the docs we dropped all the
third party jar files into the orion/lib directory and the server was
able to load their classes. These third party classes are looking for
config files of their own, the directory path for which needs to be
specified in the classpath.
Problem: When running on the same VM started by orion server they cannot
find the path to these config files through classpath.
java - cp %classpath%;..\..\some path -jar orion.jar does not work.
so I put the path in application.xml file as a tag
<library path="..\..\some path" /> that doesnt work either
I also put these tags in server.xml ..no luck.
Any suggestions would be highly appreciated.
Thanks,
-Sridhar