getting webmethods/Integration Server directory

Hi,

How to get webMethods/ IntegrationServer installation directory inside the flow service? Is it possible to store this value in any extended settings variable and to retrieve the same inside the service. Also, is there any webMethods API available for this?

Regards,
Shriraksha A N

Following method in a Java Service can return you integration server installation directory:

System.getProperty(“user.dir”)

Hi,

Thanks a lot for the answer…

Regards,
Shriraksha A N