• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Remove dependency for sas.client.props

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a standalone java program which will lookup and call and get connection to the IBM filenet server. The code is working fine but the problem, it requires the sas.client.props file for authentication and some jar file from WAS runtime is looking up this file in the PROFILE_ROOT/runtimes/base_v61/profiles/AppSrv01/properties/sas.client.props path. I want my code to be independent of all the system dependent paths. I have tried placing this file in one of the projects in my workspace, but I am getting Security_anonoumous error.

Can anyone provide me a solution where I can place this in workspace and make the code refer that file instead of system dependent file.

Thanks
 
This will take every ounce of my mental strength! All for a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic