Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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”)
Thanks a lot for the answer…